|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryMethod | |
|---|---|
| org.synyx.hades.dao.query | Package for the query abstraction. |
| Uses of QueryMethod in org.synyx.hades.dao.query |
|---|
| Methods in org.synyx.hades.dao.query with parameters of type QueryMethod | |
|---|---|
static QueryCreationException |
QueryCreationException.create(QueryMethod method,
java.lang.String message)
Creates a new QueryCreationException. |
static QueryCreationException |
QueryCreationException.create(QueryMethod method,
java.lang.Throwable cause)
Creates a new QueryCreationException for the given
QueryMethod and Throwable as cause. |
static QueryCreationException |
QueryCreationException.invalidProperty(QueryMethod method,
java.lang.String propertyName)
Rejects the given domain class property. |
abstract HadesQuery |
QueryLookupStrategy.resolveQuery(QueryMethod method,
javax.persistence.EntityManager em)
Resolves a HadesQuery from the given QueryMethod that can
be executed afterwards. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||