Uses of Interface
com.googlecode.genericdao.dao.jpa.GeneralDAO

Packages that use GeneralDAO
com.googlecode.genericdao.dao.jpa   
 

Uses of GeneralDAO in com.googlecode.genericdao.dao.jpa
 

Classes in com.googlecode.genericdao.dao.jpa that implement GeneralDAO
 class DAODispatcher
           This is an implementation of GeneralDAO that delegates to other DAOs depending on what entity class is being processed.
 class GeneralDAOImpl
          Implementation of GeneralDAO using Hibernate.
 

Fields in com.googlecode.genericdao.dao.jpa declared as GeneralDAO
protected  GeneralDAO DAODispatcher.generalDAO
           
 

Methods in com.googlecode.genericdao.dao.jpa with parameters of type GeneralDAO
 void DAODispatcher.setGeneralDAO(GeneralDAO generalDAO)
          GeneralDAO has default implementations for the standard DAO methods.
 



Copyright © 2008-2011. All Rights Reserved.