Uses of Class
org.openwms.core.integration.jpa.AbstractGenericJpaDao

Packages that use AbstractGenericJpaDao
org.openwms.common.integration.jpa This package contains classes belonging to the integration layer using JPA. 
org.openwms.core.integration.jpa This package contains classes that belong to the integration layer implemented with JPA. 
org.openwms.tms.integration.jpa Repository implementations of the TMS module. 
 

Uses of AbstractGenericJpaDao in org.openwms.common.integration.jpa
 

Subclasses of AbstractGenericJpaDao in org.openwms.common.integration.jpa
 class LocationDaoImpl
          A LocationDaoImpl.
 class LocationGroupDaoImpl
          A LocationGroupDaoImpl.
 class LocationTypeDaoImpl
          A LocationTypeDaoImpl.
 class TransportUnitDaoImpl
          A TransportUnitDaoImpl.
 class TransportUnitTypeDaoImpl
          A TransportUnitTypeDaoImpl.
 

Uses of AbstractGenericJpaDao in org.openwms.core.integration.jpa
 

Subclasses of AbstractGenericJpaDao in org.openwms.core.integration.jpa
 class GenericJpaDaoImpl<T extends AbstractEntity,ID extends Serializable>
          A GenericJpaDaoImpl - Adds generic finder methods to query Entity classes.
 class I18nRepositoryImpl
          An I18nRepositoryImpl is responsible to find and retrieve i18n translation from the persistent storage.
 class ModuleDaoImpl
          A ModuleDao is an extension of a AbstractGenericJpaDao about functionality regarding Modules.
 class RoleDaoImpl
          A RoleDaoImpl is an extension of a AbstractGenericJpaDao about functionality regarding Roles.
 class UserDaoImpl
          An UserDaoImpl is an extension of a AbstractGenericJpaDao about functionality regarding Users.
 

Uses of AbstractGenericJpaDao in org.openwms.tms.integration.jpa
 

Subclasses of AbstractGenericJpaDao in org.openwms.tms.integration.jpa
 class TransportOrderDaoImpl
          A TransportOrderDaoImpl.
 



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