Uses of Class
org.apache.cayenne.query.SelectById
Package
Description
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
-
Uses of SelectById in org.apache.cayenne.query
Modifier and TypeMethodDescriptionSelectById.cacheGroup
(String cacheGroup) SelectById.cacheStrategy
(QueryCacheStrategy strategy) SelectById.cacheStrategy
(QueryCacheStrategy strategy, String cacheGroup) static SelectById
<DataRow> SelectById.dataRowQuery
(Class<?> entityType, Object id) static SelectById
<DataRow> SelectById.dataRowQuery
(Class<?> entityType, Object firstId, Object... otherIds) static SelectById
<DataRow> SelectById.dataRowQuery
(Class<?> entityType, Map<String, ?> id) static SelectById
<DataRow> static SelectById
<DataRow> SelectById.dataRowQuery
(ObjectId id) static SelectById
<DataRow> SelectById.dataRowQuery
(ObjectId firstId, ObjectId... otherIds) SelectById.localCache()
Instructs Cayenne to look for query results in the "local" cache when running the query.SelectById.localCache
(String cacheGroup) Instructs Cayenne to look for query results in the "local" cache when running the query.Merges a prefetch path with specified semantics into the query prefetch tree.SelectById.prefetch
(PrefetchTreeNode prefetch) Merges prefetch into the query prefetch tree.static <T> SelectById
<T> static <T> SelectById
<T> static <T> SelectById
<T> SelectById.query
(Class<T> entityType, Collection<Object> ids) static <T> SelectById
<T> static <T> SelectById
<T> static <T> SelectById
<T> static <T> SelectById
<T> SelectById.sharedCache()
Instructs Cayenne to look for query results in the "shared" cache when running the query.SelectById.sharedCache
(String cacheGroup) Instructs Cayenne to look for query results in the "shared" cache when running the query.