org.clazzes.util.aop.generic
Interface GenericGetAllDAO<T>

All Superinterfaces:
GenericDAO<T>

public interface GenericGetAllDAO<T>
extends GenericDAO<T>

A generic interface for DAOs for objects, which need to be retrieved as a list without a context information.


Method Summary
 List<T> getAll()
           
 
Methods inherited from interface org.clazzes.util.aop.generic.GenericDAO
delete, get, getPersistentClass, insert, merge, refresh, update
 

Method Detail

getAll

List<T> getAll()
Returns:
A list of all objects of type T from the DB.


Copyright © 2012. All Rights Reserved.