Uses of Interface
org.openwms.core.integration.GenericDao

Packages that use GenericDao
org.openwms.common.integration Repository interface definitions of the COMMON module. 
org.openwms.common.integration.jpa This package contains classes belonging to the integration layer using JPA. 
org.openwms.core.integration Repository (DAO) interface definitions of the CORE module. 
org.openwms.core.integration.jpa This package contains classes that belong to the integration layer implemented with JPA. 
org.openwms.core.service.spring This package contains service implementations of the CORE project, implemented with the Spring framework. 
org.openwms.core.service.spring.util This package provides utilities used by services in the CORE project. 
org.openwms.tms.integration Repository interfaces; implementations perform data access operations on tms base classes. 
org.openwms.tms.integration.jpa Repository implementations of the TMS module. 
 

Uses of GenericDao in org.openwms.common.integration
 

Subinterfaces of GenericDao in org.openwms.common.integration
 interface LocationDao
          A LocationDao adds particular functionality regarding Location entity classes.
 interface LocationGroupDao
          A LocationGroupDao adds particular functionality regarding LocationGroup entity classes.
 interface LocationTypeDao
          A LocationTypeDao adds particular functionality regarding LocationType entity classes.
 interface TransportUnitDao
          A TransportUnitDao adds particular functionality regarding TransportUnit entity classes.
 interface TransportUnitTypeDao
          A TransportUnitTypeDao adds particular functionality regarding TransportUnitType entity classes.
 

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

Classes in org.openwms.common.integration.jpa that implement GenericDao
 class LocationDaoImpl
          A LocationDaoImpl.
 class LocationGroupDaoImpl
          A LocationGroupDaoImpl.
 class LocationTypeDaoImpl
          A LocationTypeDaoImpl.
 class TransportUnitDaoImpl
          A TransportUnitDaoImpl.
 class TransportUnitTypeDaoImpl
          A TransportUnitTypeDaoImpl.
 

Uses of GenericDao in org.openwms.core.integration
 

Subinterfaces of GenericDao in org.openwms.core.integration
 interface I18nRepository
          An I18nRepository is used to find and retrieve i18n translations.
 interface ModuleDao
          A ModuleDao adds particular functionality regarding Module entity classes.
 interface RoleDao
          A RoleDao adds particular functionality to find and modifiy Role entity classes.
 interface UserDao
          An UserDao adds particular functionality regarding User entity classes.
 

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

Classes in org.openwms.core.integration.jpa that implement GenericDao
 class AbstractGenericJpaDao<T extends AbstractEntity,ID extends Serializable>
          An AbstractGenericJpaDao - Extend this DAO implementation to inherit simple JPA CRUD operations.
 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 GenericDao in org.openwms.core.service.spring
 

Fields in org.openwms.core.service.spring declared as GenericDao
protected  GenericDao<T,ID> EntityServiceImpl.dao
          Generic Repository DAO.
 

Methods in org.openwms.core.service.spring with parameters of type GenericDao
 void EntityServiceImpl.setDao(GenericDao<T,ID> dao)
          The Repository implementation to work with.
 

Uses of GenericDao in org.openwms.core.service.spring.util
 

Methods in org.openwms.core.service.spring.util with parameters of type GenericDao
static
<T extends AbstractEntity & DomainObject<ID>,ID extends Serializable>
List<T>
ServiceHelper.managedEntities(Collection<T> detachedEntities, GenericDao<T,ID> dao)
          Returns a list of managed entities from a collection of detached entities.
 

Uses of GenericDao in org.openwms.tms.integration
 

Subinterfaces of GenericDao in org.openwms.tms.integration
 interface TransportOrderDao
          A TransportOrderDao - Adds specific functionality concerning TransportOrder Entity classes.
 

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

Classes in org.openwms.tms.integration.jpa that implement GenericDao
 class TransportOrderDaoImpl
          A TransportOrderDaoImpl.
 



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