Uses of Interface
org.perfectjpattern.jee.api.integration.dao.IGenericDao

Packages that use IGenericDao
org.perfectjpattern.jee.api.integration.dao Generic Data Access Object (DAO) Pattern API. 
org.perfectjpattern.jee.integration.dao Spring-based implementation of the Generic Data Access Object (DAO) Pattern. 
org.perfectjpattern.jee.integration.dao.jpa   
 

Uses of IGenericDao in org.perfectjpattern.jee.api.integration.dao
 

Subinterfaces of IGenericDao in org.perfectjpattern.jee.api.integration.dao
 interface ICustomerDao
          Abstract definition of the Customer DAO.
 

Methods in org.perfectjpattern.jee.api.integration.dao that return IGenericDao
<Id extends Serializable,Element>
IGenericDao<Id,Element>
IGenericDaoFactory.createDao(Class<Element> aPersistentClass)
          Returns the Generic DAO implementation corresponding to the given model class type.
 

Uses of IGenericDao in org.perfectjpattern.jee.integration.dao
 

Classes in org.perfectjpattern.jee.integration.dao that implement IGenericDao
 class AbstractHibernateManagedGenericDao<Id extends Serializable,Element>
          Abstract base partial implementation for all managed EJB exposing PerfectJPattern IGenericDao implementation.
 class HibernateGenericDao<Id extends Serializable,Element>
          Hibernate-based implementation of IGenericReadOnlyDao
 class SpringGenericDao<Id extends Serializable,Element>
          Spring-based implementation of IGenericDao
 

Methods in org.perfectjpattern.jee.integration.dao that return IGenericDao
<Id extends Serializable,Element>
IGenericDao<Id,Element>
HibernateDaoFactory.createDao(Class<Element> aPersistentClass)
          Returns the Base DAO implementation corresponding to the given model class type.
protected
<Id extends Serializable,Element>
IGenericDao<Id,Element>
HibernateDaoFactory.createDao(Class<Element> aPersistentClass, ISessionStrategy aSessionStrategy, ITransactionStrategy aTransactionStrategy)
           
 

Uses of IGenericDao in org.perfectjpattern.jee.integration.dao.jpa
 

Subinterfaces of IGenericDao in org.perfectjpattern.jee.integration.dao.jpa
 interface IMovieGenericDao
          Abstract Movie IGenericDao definition
 

Classes in org.perfectjpattern.jee.integration.dao.jpa that implement IGenericDao
 class MovieGenericDao
          EJB implementation of IMovieGenericDao.
 



Copyright © 2007-2009. All Rights Reserved.