Package ch.tocco.nice2.persist.core.api.hibernate.query.builder
package ch.tocco.nice2.persist.core.api.hibernate.query.builder
-
ClassDescriptionA criteria builder that executes count queries.A query builder that can be used to delete multiple entities by a query.CriteriaQueryBuilder<QB extends CriteriaQueryBuilder<QB,
RT, QW>, RT, QW extends CriteriaQueryWrapper<RT>> Base interface for query builders that return multiple result rows and provides methods for ordering and limiting results.Created by all subclasses ofCriteriaQueryBuilder
that allows to access the query results.EntityQueryBuilder<T extends Entity>Query builder that returnsEntity
instances as query result.Used to annotate a nested bean of a custom query result bean.Query builder that returns a custom selection in anObject
[] as result.Query builder that returnsPrimaryKey
instances.Base interface for query builders.Factory class for hibernate query buildersUsed to annotate custom query builder result beans.A configuration of query (conditions, order and so on) that can be applied to anyCriteriaQueryBuilder
.Used to annotate a field of a custom query builder result bean.Query builder that returns exactly one path as result.A query builder forSubquery
, which can be used in conditions.