Uses of Interface
net.sf.derquinsej.hib3.DAO

Packages that use DAO
net.sf.derquinsej.hib3   
 

Uses of DAO in net.sf.derquinsej.hib3
 

Subinterfaces of DAO in net.sf.derquinsej.hib3
 interface GeneralDAO
          General DAO interface.
 interface GenericDAO<T,ID extends Serializable>
          Generic DAO interface.
 interface Repository
          Repository interface, in case the DAO pattern isn't applied.
 

Classes in net.sf.derquinsej.hib3 that implement DAO
 class AbstractDAOImpl
          Abstract implementation for general and generic DAO.
 class GeneralDAOImpl
          Implementation of the General DAO.
 class GenericDAOImpl<T,ID extends Serializable>
          Implementation of the Generic DAO.
 class RepositoryImpl
          Implementation of the General DAO.
 



Copyright © 2011. All Rights Reserved.