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