|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryLookupStrategy | |
|---|---|
| org.synyx.hades.dao.orm | |
| org.synyx.hades.dao.query | |
| Uses of QueryLookupStrategy in org.synyx.hades.dao.orm |
|---|
| Methods in org.synyx.hades.dao.orm with parameters of type QueryLookupStrategy | |
|---|---|
void |
GenericDaoFactory.setQueryLookupStrategy(QueryLookupStrategy queryLookupStrategy)
Sets the strategy of how to lookup a query to execute finders. |
| Uses of QueryLookupStrategy in org.synyx.hades.dao.query |
|---|
| Methods in org.synyx.hades.dao.query that return QueryLookupStrategy | |
|---|---|
static QueryLookupStrategy |
QueryLookupStrategy.fromXml(java.lang.String xml)
Returns a strategy from the given XML value. |
static QueryLookupStrategy |
QueryLookupStrategy.getDefault()
Returns the default strategy to be used. |
static QueryLookupStrategy |
QueryLookupStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QueryLookupStrategy[] |
QueryLookupStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||