| Interface | Description |
|---|---|
| GenericEntity<ID> |
This is the interface for an entity, which is an object that is potentially stored in a persistent store (typically a
database via JPA).
|
| PersistenceEntity<ID> |
GenericEntity representing the actual javax.persistence.Entity to be stored in the database (unlike
ETO). |
| RevisionedEntity<ID> |
This is the interface for a
GenericEntity that is (potentially) revision-controlled. |
| RevisionedPersistenceEntity<ID> |
This is the interface for a
revisioned persistence entity. |
Copyright © 2014–2019 devon4j-Team. All rights reserved.