Package org.openwms.core.integration.jpa

This package contains classes that belong to the integration layer implemented with JPA.

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 Modules.
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 Roles.
SecurityObjectDaoImpl A SecurityDaoImpl is a JPA implementation that is used as a repository to find, delete and save SecurityObjects.
UserDaoImpl An UserDaoImpl is an extension of a AbstractGenericJpaDao about functionality regarding Users.
 

Package org.openwms.core.integration.jpa Description

This package contains classes that belong to the integration layer implemented with JPA. Implementation classes follow the DAO (or Repository) pattern.



Copyright © 2005-2011 openwms.org. All Rights Reserved.