| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| SortCriterion |
Used to represent a sorting criterion (constraint) to be applied to a method that returns objects.
|
Copyright © 2008-2013 Ars Machina Tecnologia da Informação Ltda.. All Rights Reserved.