Package org.clazzes.util.aop.generic

Interface Summary
GenericDAO<T> This interface is implemented by DAOs, which support the traditional save, update and delete operations on a single data class.
GenericGetAllDAO<T> A generic interface for DAOs for objects, which need to be retrieved as a list without a context information.
GenericJoinDAO<T,B> This interface encapsulates DAOs for types T which reference a base type B through a foreign key.
 



Copyright © 2012. All Rights Reserved.