Uses of Interface
org.hibernate.query.sqm.sql.internal.DomainResultProducer
Packages that use DomainResultProducer
Package
Description
Built-in implementation of the SPI for integrating entity and collection persisters.
An SPI for defining, registering, and rendering functions in HQL.
Nodes representing expressions in the SQM tree.
Support for common table expressions (CTE) in a SQL tree.
AST nodes representing expressions in a SQL tree.
AST nodes representing root tables and joins in a SQL tree.
AST nodes representing logical predicates in a SQL tree.
AST nodes representing
select statements in a SQL tree.-
Uses of DomainResultProducer in org.hibernate.persister.internal
Classes in org.hibernate.persister.internal that implement DomainResultProducer -
Uses of DomainResultProducer in org.hibernate.query.results.internal
Classes in org.hibernate.query.results.internal that implement DomainResultProducerModifier and TypeClassDescriptionclassTableGroup implementation used while building ResultSetMapping references. -
Uses of DomainResultProducer in org.hibernate.query.sqm.function
Classes in org.hibernate.query.sqm.function that implement DomainResultProducerModifier and TypeClassDescriptionclassRepresentation of an aggregate function call in the SQL AST for impls that know how to render themselves.classRepresentation of a function call in the SQL AST for impls that know how to render themselves.classRepresentation of an aggregate function call in the SQL AST for impls that know how to render themselves.classRepresentation of a window function call in the SQL AST for impls that know how to render themselves. -
Uses of DomainResultProducer in org.hibernate.query.sqm.mutation.internal
Classes in org.hibernate.query.sqm.mutation.internal that implement DomainResultProducerModifier and TypeClassDescriptionclassA wrapper around a basicExpressionthat produces aBasicResultas domain result. -
Uses of DomainResultProducer in org.hibernate.query.sqm.sql.internal
Subinterfaces of DomainResultProducer in org.hibernate.query.sqm.sql.internalModifier and TypeInterfaceDescriptioninterfaceInterpretation of aSqmPathas part of the translation to SQL AST.Classes in org.hibernate.query.sqm.sql.internal that implement DomainResultProducerModifier and TypeClassDescriptionclassclassclassclassclassSqmPathInterpretation for discriminated association (ANY) mappingsclassSqmPathInterpretation and DomainResultProducer implementation for entity discriminatorclassA computed expression that produces an embeddable valued model part.classclassclassclassclass -
Uses of DomainResultProducer in org.hibernate.query.sqm.tree.expression
Classes in org.hibernate.query.sqm.tree.expression that implement DomainResultProducerModifier and TypeClassDescriptionclassA conversion of a duration to a given temporal unit, as a result of applying the 'by unit' operator. -
Uses of DomainResultProducer in org.hibernate.sql.ast.tree.cte
Classes in org.hibernate.sql.ast.tree.cte that implement DomainResultProducerModifier and TypeClassDescriptionclassWraps aNamedTableReferencerepresenting the CTE and adapts it toTableGroupfor use in SQL AST -
Uses of DomainResultProducer in org.hibernate.sql.ast.tree.expression
Classes in org.hibernate.sql.ast.tree.expression that implement DomainResultProducerModifier and TypeClassDescriptionclassclassclassclassclassA duration expressed in terms of a given temporal unit.classclassclassclassJdbcLiteral<T>Represents a literal in the SQL AST.classOver<T>classQueryLiteral<T>Represents a literal in the SQL AST.classclassclassUnparsedNumericLiteral<N extends Number>A numeric literal coming from an HQL query, which needs special handling -
Uses of DomainResultProducer in org.hibernate.sql.ast.tree.from
Subinterfaces of DomainResultProducer in org.hibernate.sql.ast.tree.fromModifier and TypeInterfaceDescriptioninterfaceinterfaceGroup togetherTableReferencereferences related to a single entity or collection, along with joins to other TableGroupsinterfaceMarker interface for TableGroup impls that are virtual - should not be rendered into the SQL.Classes in org.hibernate.sql.ast.tree.from that implement DomainResultProducerModifier and TypeClassDescriptionclassclassA table group for collection tables of plural attributes.classA table group for correlated plural attributes.classA virtualTableReferencefor correlated roots.classclassA table group for functions that produce embeddable typed results.classA special table group for a table valued functions.classThe purpose of this table group is to defer creating the actual table group until it is really needed.classclassActs as a TableGroup for DML query operations.classA table group for one-to-many plural attributes.classA special table group for a sub-queries.classclassclassclassclassA special table group for a VALUES clause. -
Uses of DomainResultProducer in org.hibernate.sql.ast.tree.predicate
Subinterfaces of DomainResultProducer in org.hibernate.sql.ast.tree.predicateClasses in org.hibernate.sql.ast.tree.predicate that implement DomainResultProducerModifier and TypeClassDescriptionclassclassclassclassclassclassCollection ofFilterPredicate.FilterFragmentPredicatesub-predicates, each representing one enabled filter restriction.static classclassclassclassclassclassclassclassclassclassclass -
Uses of DomainResultProducer in org.hibernate.sql.ast.tree.select
Classes in org.hibernate.sql.ast.tree.select that implement DomainResultProducer -
Uses of DomainResultProducer in org.hibernate.sql.results.graph.instantiation.internal
Classes in org.hibernate.sql.results.graph.instantiation.internal that implement DomainResultProducerModifier and TypeClassDescriptionclassRepresents a dynamic-instantiation (from an SQM query) as a DomainResultProducerMethods in org.hibernate.sql.results.graph.instantiation.internal with parameters of type DomainResultProducerModifier and TypeMethodDescriptionvoidDynamicInstantiation.addArgument(String alias, DomainResultProducer<?> argumentResultProducer, DomainResultCreationState creationState) Constructors in org.hibernate.sql.results.graph.instantiation.internal with parameters of type DomainResultProducerModifierConstructorDescriptionDynamicInstantiationArgument(DomainResultProducer<T> argumentResultProducer, String alias)