|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - the entity class related to this DAO.K - the type of the field that represents the entity class' primary key.public interface DAO<T,K extends Serializable>
Interface that defines a read-write, generic and generified Data Access Object (DAO) for a given
entity class. It extends ReadableDAO and WriteableDAO.
| Method Summary |
|---|
| Methods inherited from interface br.com.arsmachina.dao.ReadableDAO |
|---|
countAll, findAll, findAll, findByExample, findById, findByIds, getDefaultSortCriteria, reattach, refresh |
| Methods inherited from interface br.com.arsmachina.dao.WriteableDAO |
|---|
delete, delete, evict, isPersistent, save, update |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||