Uses of Interface
org.clazzes.util.aop.generic.GenericDAO

Packages that use GenericDAO
org.clazzes.util.aop.generic   
 

Uses of GenericDAO in org.clazzes.util.aop.generic
 

Subinterfaces of GenericDAO in org.clazzes.util.aop.generic
 interface GenericGetAllDAO<T>
          A generic interface for DAOs for objects, which need to be retrieved as a list without a context information.
 interface GenericJoinDAO<T,B>
          This interface encapsulates DAOs for types T which reference a base type B through a foreign key.
 



Copyright © 2013. All Rights Reserved.