|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| ExtendedGenericDao<T,PK extends Serializable> | Interface for a more sophisticated DAO implementation. |
| GenericDao<T,PK extends Serializable> | Interface for generic CRUD operations on a DAO for a specific type. |
| Annotation Types Summary | |
|---|---|
| Modifying | Indicates a method should be regarded as modifying query. |
| NoDaoBean | Annotation to exclude DAO interfaces from being picked up by Hades and thus in consequence getting an instance being created. |
| Param | Annotation to bind let method parameters be bound to a query via a named parameter. |
| Query | Annotation to declare finder queries directly on DAO methods. |
Generic DAO interfaces.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||