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

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

Subinterfaces of IBaseReadOnlyDao in org.perfectjpattern.jee.api.integration.dao
 interface IBaseDao<Id,Element>
          Data Access Object (DAO) Pattern: Abstracts from any direct type of database or persistence mechanism.
 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.
 interface IGenericReadOnlyDao<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 IBaseReadOnlyDao
<Id extends Serializable,Element>
IBaseReadOnlyDao<Id,Element>
IBaseDaoFactory.createReadOnlyDao(Class<Element> aPersistentClass)
          Returns the Base Read-Only DAO implementation corresponding to the given model class type.
 

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

Classes in org.perfectjpattern.jee.integration.dao that implement IBaseReadOnlyDao
 class AbstractHibernateManagedGenericDao<Id extends Serializable,Element>
          Abstract base partial implementation for all managed EJB exposing PerfectJPattern IGenericDao implementation.
 class AbstractJpaManagedBaseDao<Id extends Serializable,Element>
          Abstract base partial implementation for all managed EJB exposing PerfectJPattern IBaseDao implementation.
 class HibernateGenericDao<Id extends Serializable,Element>
          Hibernate-based implementation of IGenericReadOnlyDao
 class JpaBaseDao<Id extends Serializable,Element>
          Abstract reusable JPA partial implementation of IGenericReadOnlyDao that provides automatic handling of EntityManager within a EJB container
 class SpringGenericDao<Id extends Serializable,Element>
          Spring-based implementation of IGenericDao
 

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

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

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

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



Copyright © 2007-2009. All Rights Reserved.