Uses of Interface
com.devonfw.module.basic.common.api.entity.GenericEntity
-
Packages that use GenericEntity Package Description com.devonfw.module.basic.common.api.entity com.devonfw.module.basic.common.api.reference com.devonfw.module.basic.common.api.to -
-
Uses of GenericEntity in com.devonfw.module.basic.common.api.entity
Subinterfaces of GenericEntity in com.devonfw.module.basic.common.api.entity Modifier and Type Interface Description interfacePersistenceEntity<ID>interfaceRevisionedEntity<ID>This is the interface for aGenericEntitythat is (potentially) revision-controlled.interfaceRevisionedPersistenceEntity<ID>This is the interface for arevisionedpersistence entity. -
Uses of GenericEntity in com.devonfw.module.basic.common.api.reference
Methods in com.devonfw.module.basic.common.api.reference with type parameters of type GenericEntity Modifier and Type Method Description static <E extends GenericEntity<Long>>
IdRef<E>IdRef. of(E entity) -
Uses of GenericEntity in com.devonfw.module.basic.common.api.to
Classes in com.devonfw.module.basic.common.api.to that implement GenericEntity Modifier and Type Class Description classAbstractEtoThis is the abstract base class for antransfer-objectthat contains all the data properties of anentitywithout its relations.classRevisionedEtoETOfor arevisioned entity.Fields in com.devonfw.module.basic.common.api.to declared as GenericEntity Modifier and Type Field Description private GenericEntity<Long>AbstractEto. persistentEntityMethods in com.devonfw.module.basic.common.api.to with parameters of type GenericEntity Modifier and Type Method Description protected <ID> voidAbstractEto.PersistentEntityAccess. setPersistentEntity(AbstractEto eto, GenericEntity<Long> persistentEntity)Sets the internal persistententityreference of the givenAbstractEto.
-