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

Packages that use IGenericReadOnlyDao
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 IGenericReadOnlyDao in org.perfectjpattern.jee.api.integration.dao
 

Subinterfaces of IGenericReadOnlyDao in org.perfectjpattern.jee.api.integration.dao
 interface ICustomerDao
          Abstract definition of the Customer DAO.
 interface IGenericDao<Id,Element>
          Data Access Object (DAO) Pattern: Abstracts from any direct type of database or persistence mechanism.
 

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

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

Classes in org.perfectjpattern.jee.integration.dao that implement IGenericReadOnlyDao
 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 IGenericReadOnlyDao
<Id extends Serializable,Element>
IGenericReadOnlyDao<Id,Element>
HibernateDaoFactory.createReadOnlyDao(Class<Element> aPersistentClass)
          Returns the Base Read-Only DAO implementation corresponding to the given model class type.
 

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

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

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



Copyright © 2007-2009. All Rights Reserved.