| Package | Description |
|---|---|
| com.devonfw.module.basic.common.api.entity | |
| com.devonfw.module.basic.common.api.reference | |
| com.devonfw.module.basic.common.api.to |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PersistenceEntity<ID>
GenericEntity representing the actual javax.persistence.Entity to be stored in the database (unlike
ETO). |
interface |
RevisionedEntity<ID>
This is the interface for a
GenericEntity that is (potentially) revision-controlled. |
interface |
RevisionedPersistenceEntity<ID>
This is the interface for a
revisioned persistence entity. |
| Modifier and Type | Method and Description |
|---|---|
static <E extends GenericEntity<Long>> |
IdRef.of(E entity) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEto
This is the abstract base class for an
transfer-object that contains all the data properties of
an entity without its relations. |
class |
RevisionedEto
ETO for a revisioned entity. |
| Modifier and Type | Field and Description |
|---|---|
private GenericEntity<Long> |
AbstractEto.persistentEntity |
| Modifier and Type | Method and Description |
|---|---|
protected <ID> void |
AbstractEto.PersistentEntityAccess.setPersistentEntity(AbstractEto eto,
GenericEntity<Long> persistentEntity)
Sets the internal persistent
entity reference of the given AbstractEto. |
Copyright © 2014–2019 devon4j-Team. All rights reserved.