Uses of Class
org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
Packages that use SqmDynamicInstantiation
Package
Description
This package defines a semantic model of HQL queries.
SPI-level SQM contracts
Package for the translation of SQM into SQL AST
Nodes representing
select
statements in the SQM tree.-
Uses of SqmDynamicInstantiation in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmDynamicInstantiationModifier and TypeMethodDescriptionSemanticQueryWalker.visitDynamicInstantiation
(SqmDynamicInstantiation<?> sqmDynamicInstantiation) -
Uses of SqmDynamicInstantiation in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmDynamicInstantiationModifier and TypeMethodDescriptionBaseSemanticQueryWalker.visitDynamicInstantiation
(SqmDynamicInstantiation<?> sqmDynamicInstantiation) -
Uses of SqmDynamicInstantiation in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmDynamicInstantiationModifier and TypeMethodDescriptionorg.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiation
<?> BaseSqmToSqlAstConverter.visitDynamicInstantiation
(SqmDynamicInstantiation<?> sqmDynamicInstantiation) -
Uses of SqmDynamicInstantiation in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return SqmDynamicInstantiationModifier and TypeMethodDescriptionstatic <R> SqmDynamicInstantiation
<R> SqmDynamicInstantiation.classInstantiation
(Class<R> targetJavaType, List<? extends SqmSelectableNode<?>> arguments, NodeBuilder nodeBuilder) SqmDynamicInstantiation.copy
(SqmCopyContext context) static <R> SqmDynamicInstantiation
<R> SqmDynamicInstantiation.forClassInstantiation
(JavaType<R> targetJavaType, NodeBuilder nodeBuilder) static <L extends List<?>>
SqmDynamicInstantiation<L> SqmDynamicInstantiation.forListInstantiation
(JavaType<L> listJavaType, NodeBuilder nodeBuilder) static <M extends Map<?,
?>>
SqmDynamicInstantiation<M> SqmDynamicInstantiation.forMapInstantiation
(JavaType<M> mapJavaType, NodeBuilder nodeBuilder) static <L extends List<?>>
SqmDynamicInstantiation<L> SqmDynamicInstantiation.listInstantiation
(List<? extends SqmSelectableNode<?>> arguments, NodeBuilder nodeBuilder) SqmDynamicInstantiation.makeShallowCopy()
static <M extends Map<?,
?>>
SqmDynamicInstantiation<M> SqmDynamicInstantiation.mapInstantiation
(List<? extends SqmSelectableNode<?>> arguments, NodeBuilder nodeBuilder)