AbstractJpaEntity<T extends IdentifiableEntity,U extends EntityIdentifier> |
|
BasicJpaEntity<E extends IdentifiableEntity,I extends EntityIdentifier> |
This abstract class must be extended by all basic JPA entities that don't fit to the persistence
rules of the Silverpeas Persistence API.
|
EntityManagerProvider |
A provider of the JPA entity manager with which the persistence of entities can be managed.
|
InstantAttributeConverter |
|
JpaEntityReflection |
This class permits to manipulate hidden attributes of a Silverpeas JPA entity.
It is useful in particular case of technical treatments.
|
JpaPersistOperation |
|
JpaUpdateOperation |
|
LocalDateAttributeConverter |
|
SilverpeasJpaEntity<E extends Entity<E,I>,I extends EntityIdentifier> |
This abstract class must be extended by all Silverpeas JPA entities that satisfy all the rules
of the Silverpeas Persistence API.
|