Uses of Class
com.storedobject.core.Query
Packages that use Query
-
Uses of Query in com.storedobject.core
Methods in com.storedobject.core that return QueryModifier and TypeMethodDescriptionstatic Query
StoredObjectUtility.getTransactionLog
(SystemUser su, Timestamp from, Timestamp to) Query.limit
(long limit) Limits the number of results returned by the query.QueryBuilder.query()
Executes the query built using the current configurations of theQueryBuilder
.static Query
StoredObject.query
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition) Build a query for the given set of parameters.static Query
StoredObject.query
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) Build a query for the given set of parameters.static Query
StoredObject.query
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order) Build a query for the given set of parameters.static Query
StoredObject.query
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) Build a query for the given set of parameters.static Query
StoredObject.query
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any, int skip, int limit, int[] distinct) Build a query for the given set of parameters.static Query
StoredObject.query
(Class<? extends StoredObject> objectClass, String columns) Build a query for the given set of parameters.static Query
StoredObject.query
(Class<? extends StoredObject> objectClass, String columns, boolean any) Build a query for the given set of parameters.static Query
StoredObject.query
(Class<? extends StoredObject> objectClass, String columns, String condition) Build a query for the given set of parameters.static Query
StoredObject.query
(Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) Build a query for the given set of parameters.static Query
StoredObject.query
(Class<? extends StoredObject> objectClass, String columns, String condition, String order) Build a query for the given set of parameters.static Query
StoredObject.query
(Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) Build a query for the given set of parameters.StoredObjectUtility.Link.query
(StoredObject master) final Query
Id.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final Query
Id.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final Query
Id.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final Query
Id.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final Query
Id.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any, int skip, int limit, int[] distinct) final Query
Id.queryLinks
(Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryLinks
(Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryLinks
(Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryLinks
(Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryLinks
(Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryLinks
(Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final Query
Id.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) QueryBuilder.queryLinks
(Id parentId) Constructs a query to retrieve the links associated with the specified parent object.QueryBuilder.queryLinks
(Id parentId, int linkType) Constructs a query to retrieve the links associated with the specified parent object and of a specific link type.QueryBuilder.queryLinks
(StoredObject parent) Constructs a query to retrieve the links associated with the specified parent object.QueryBuilder.queryLinks
(StoredObject parent, int linkType) Constructs a query to retrieve the links associated with the specified parent object and of a specific link type.final Query
StoredObject.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any, int skip, int limit, int[] distinct) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, int skip, int limit, int[] distinct) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Class<? extends StoredObject> objectClass, String columns) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Class<? extends StoredObject> objectClass, String columns, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Class<? extends StoredObject> objectClass, String columns, String condition) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Class<? extends StoredObject> objectClass, String columns, String condition, String order) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
Id.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final Query
Id.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final Query
Id.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final Query
Id.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final Query
Id.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any, int skip, int limit, int[] distinct) final Query
Id.queryMasters
(Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryMasters
(Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryMasters
(Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryMasters
(Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryMasters
(Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryMasters
(Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final Query
Id.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) QueryBuilder.queryMasters
(Id linkId) Queries and retrieves master objects related to the given stored object link.QueryBuilder.queryMasters
(Id linkId, int linkType) Queries the master objects associated with a given stored object link and link type.QueryBuilder.queryMasters
(StoredObject link) Queries and retrieves master objects related to the given stored object link.QueryBuilder.queryMasters
(StoredObject link, int linkType) Queries the master objects associated with a given stored object link and link type.final Query
StoredObject.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any, int skip, int limit, int[] distinct) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Class<? extends StoredObject> objectClass, String columns) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Class<? extends StoredObject> objectClass, String columns, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Class<? extends StoredObject> objectClass, String columns, String condition) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Class<? extends StoredObject> objectClass, String columns, String condition, String order) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) For the given set of parameters, build a query on the masters of this instance.Query.skip
(long skip) Skips a specified number of rows in the result set.Methods in com.storedobject.core with parameters of type QueryModifier and TypeMethodDescriptionstatic boolean
Check the existence of any instances for the given set of parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.listViaQuery
(Transaction transaction, Class<T> objectClass, Query query) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.listViaQuery
(Class<T> objectClass, Query query) Get the list of instances from the database for the given parameters.void
void
default void
Load the instances created from the query.default void
Load the instances created from the query.void
Constructors in com.storedobject.core with parameters of type QueryModifierConstructorDescriptionObjectCache
(Class<T> objectClass, Query query) ObjectCache
(Class<T> objectClass, Query query, boolean any) ObjectCacheList
(Class<T> objectClass, Query query) ObjectCacheList
(Class<T> objectClass, Query query, boolean any) ObjectMemoryList
(Class<T> objectClass, Query query) ObjectMemoryList
(Class<T> objectClass, Query query, boolean any) -
Uses of Query in com.storedobject.ui
Constructors in com.storedobject.ui with parameters of type Query