|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
AbstractGenericJpaDao<T extends AbstractEntity,ID extends Serializable> | An AbstractGenericJpaDao - Extend this DAO implementation to inherit simple JPA CRUD operations. |
CustomPersistenceUnitManager | Deprecated. as OSGi is used since 0.1 |
CustomPersistenceUnitPostProcessor | Deprecated. as OSGi is used since 0.1 |
GenericJpaDaoImpl<T extends AbstractEntity,ID extends Serializable> | A GenericJpaDaoImpl - Adds generic finder methods to query Entity classes. |
I18nRepositoryImpl | An I18nRepositoryImpl is responsible to find and retrieve i18n translation from the persistent storage. |
ModuleDaoImpl | A ModuleDao is an extension of a AbstractGenericJpaDao about
functionality regarding Module s. |
PreferencesDaoImpl | A PreferencesDaoImpl is a JPA implementation of PreferenceWriter and
implicitly of PreferenceDao to find, remove and save preference
objects to the persistent storage. |
RoleDaoImpl | A RoleDaoImpl is an extension of a AbstractGenericJpaDao about
functionality regarding Role s. |
SecurityObjectDaoImpl | A SecurityDaoImpl is a JPA implementation that is used as a repository to
find, delete and save SecurityObject s. |
UserDaoImpl | An UserDaoImpl is an extension of a AbstractGenericJpaDao about
functionality regarding User s. |
This package contains classes that belong to the integration layer implemented with JPA. Implementation classes follow the DAO (or Repository) pattern.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |