Package ch.tocco.nice2.persist.core.api.query
package ch.tocco.nice2.persist.core.api.query
-
ClassDescriptionThrown when a query written in the nice QL fails to compile.See equivalent JPA lock modes for details.This class specifies the ordering policy of a query.One of ASCENDING, DESCENDINGRepresents an ordering rule.Object which represents the offset and limit of a db query.Configure and execute queries.The execution mode of the query.Compile a query string to an executable query.A class that holds all data required to build a query.A specialised query variant used by the
Entity.resolve(String)
method.Helper class for manually writing SQL queries.SqlWriterBase<T extends SqlWriterBase<T>>