Package br.com.arsmachina.dao

Interface Summary
DAO<T,K extends Serializable> Interface that defines a read-write, generic and generified Data Access Object (DAO) for a given entity class.
ReadableDAO<T,K extends Serializable> Interface that defines a read-only, generic and generified Data Access Object (DAO) for a given entity class.
WriteableDAO<T,K extends Serializable> Interface that defines a read-write, generic and generified Data Access Object (DAO) for a given entity class.
 

Class Summary
SortCriterion Used to represent a sorting criterion (constraint) to be applied to a method that returns objects.
 



Copyright © 2008-2009 Thiago H. de Paula Figueiredo. All Rights Reserved.