Interface | Description |
---|---|
Dao<E extends PersistentEntity<K>,K extends Serializable> |
Typesafe CRUD interface.
|
PersistentEntity<K extends Serializable> |
Persistent entity interface.
|
QueryArgumentTransformer<F,T> |
Pluggable mechanism for query argument transformation.
|
Annotation Type | Description |
---|---|
AutoDAO |
Put this annotation on DAO interfaces that you want to be autodiscovered on classpath.
|
Finder |
Annotation for DAO finder methods.
|
Limit |
Put this annotation on generic dao method argument that should act as query limit.
|
Named |
Use this annotation on finder method parameters if you want to use named parameters in queries.
|
Offset |
Put this annotation on generic dao method argument that should act as query offset.
|
Copyright © 2008–2017. All rights reserved.