Package ch.tocco.nice2.persist.core.api.hibernate.query.builder
package ch.tocco.nice2.persist.core.api.hibernate.query.builder
-
ClassDescriptionAggregate<T>A single aggregate of an
AggregateQueryBuilder, which is also used to read its value from theAggregateResult.The aggregate functions that are supported byAggregateQueryBuilder.A criteria builder that calculates severalAggregateover the same set of rows with a single query.The values of all aggregates of oneAggregateQueryBuilder.A 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 ofCriteriaQueryBuilderthat allows to access the query results.EntityQueryBuilder<T extends Entity>Query builder that returnsEntityinstances 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 returnsPrimaryKeyinstances.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.