|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryCacheStrategy | |
---|---|
org.apache.cayenne.query | Defines standard queries supported by Cayenne and extension mechanism to create custom queries. |
Uses of QueryCacheStrategy in org.apache.cayenne.query |
---|
Methods in org.apache.cayenne.query that return QueryCacheStrategy | |
---|---|
QueryCacheStrategy |
EJBQLQuery.getCacheStrategy()
|
QueryCacheStrategy |
ProcedureQuery.getCacheStrategy()
|
QueryCacheStrategy |
QueryMetadata.getCacheStrategy()
Returns a caching strategy for this query. |
QueryCacheStrategy |
SelectQuery.getCacheStrategy()
|
QueryCacheStrategy |
SQLTemplate.getCacheStrategy()
|
static QueryCacheStrategy |
QueryCacheStrategy.getDefaultStrategy()
Returns the default strategy - NO_CACHE . |
static QueryCacheStrategy |
QueryCacheStrategy.safeValueOf(String string)
Returns QueryCacheStrategy for the specified string name or default strategy for invalid names. |
static QueryCacheStrategy |
QueryCacheStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static QueryCacheStrategy[] |
QueryCacheStrategy.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.apache.cayenne.query with parameters of type QueryCacheStrategy | |
---|---|
void |
EJBQLQuery.setCacheStrategy(QueryCacheStrategy strategy)
|
void |
ProcedureQuery.setCacheStrategy(QueryCacheStrategy strategy)
|
void |
SelectQuery.setCacheStrategy(QueryCacheStrategy strategy)
|
void |
SQLTemplate.setCacheStrategy(QueryCacheStrategy strategy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |