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 TypeClassDescriptionclass
TableGroup 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 TypeClassDescriptionclass
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.class
Representation of a function call in the SQL AST for impls that know how to render themselves.class
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.class
Representation 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 TypeClassDescriptionclass
A wrapper around a basicExpression
that produces aBasicResult
as domain result. -
Uses of DomainResultProducer in org.hibernate.query.sqm.sql.internal
Subinterfaces of DomainResultProducer in org.hibernate.query.sqm.sql.internalModifier and TypeInterfaceDescriptioninterface
Interpretation of aSqmPath
as part of the translation to SQL AST.Classes in org.hibernate.query.sqm.sql.internal that implement DomainResultProducerModifier and TypeClassDescriptionclass
class
class
class
class
SqmPathInterpretation for discriminated association (ANY) mappingsclass
SqmPathInterpretation and DomainResultProducer implementation for entity discriminatorclass
A computed expression that produces an embeddable valued model part.class
class
class
class
class
-
Uses of DomainResultProducer in org.hibernate.query.sqm.tree.expression
Classes in org.hibernate.query.sqm.tree.expression that implement DomainResultProducerModifier and TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
Wraps aNamedTableReference
representing the CTE and adapts it toTableGroup
for 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 TypeClassDescriptionclass
class
class
class
class
A duration expressed in terms of a given temporal unit.class
class
class
class
JdbcLiteral<T>
Represents a literal in the SQL AST.class
Over<T>
class
QueryLiteral<T>
Represents a literal in the SQL AST.class
class
class
UnparsedNumericLiteral<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 TypeInterfaceDescriptioninterface
interface
Group togetherTableReference
references related to a single entity or collection, along with joins to other TableGroupsinterface
Marker 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 TypeClassDescriptionclass
class
A table group for collection tables of plural attributes.class
A table group for correlated plural attributes.class
A virtualTableReference
for correlated roots.class
class
A table group for functions that produce embeddable typed results.class
A special table group for a table valued functions.class
The purpose of this table group is to defer creating the actual table group until it is really needed.class
class
Acts as a TableGroup for DML query operations.class
A table group for one-to-many plural attributes.class
A special table group for a sub-queries.class
class
class
class
class
A 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 TypeClassDescriptionclass
class
class
class
class
class
Collection ofFilterPredicate.FilterFragmentPredicate
sub-predicates, each representing one enabled filter restriction.static class
class
class
class
class
class
class
class
class
class
class
-
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 TypeClassDescriptionclass
Represents a dynamic-instantiation (from an SQM query) as a DomainResultProducerMethods in org.hibernate.sql.results.graph.instantiation.internal with parameters of type DomainResultProducerModifier and TypeMethodDescriptionvoid
DynamicInstantiation.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)