Uses of Class
org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
Packages that use SqmDynamicInstantiation
Package
Description
Implementation of the SPIs for HQL support.
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
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.hql.internal
Methods in org.hibernate.query.hql.internal that return SqmDynamicInstantiationModifier and TypeMethodDescriptionSemanticQueryBuilder.visitInstantiation
(HqlParser.InstantiationContext ctx) -
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.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmDynamicInstantiationModifier and TypeMethodDescriptionSqmTreePrinter.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 TypeMethodDescriptionBaseSqmToSqlAstConverter.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 TypeMethodDescriptionSqmDynamicInstantiation.copy
(SqmCopyContext context) static <R> SqmDynamicInstantiation<R>
SqmDynamicInstantiation.forClassInstantiation
(Class<R> targetJavaType, NodeBuilder nodeBuilder) static <R> SqmDynamicInstantiation<R>
SqmDynamicInstantiation.forClassInstantiation
(JavaType<R> targetJavaType, NodeBuilder nodeBuilder) static <L extends List<?>>
SqmDynamicInstantiation<L>SqmDynamicInstantiation.forListInstantiation
(NodeBuilder nodeBuilder) static <L extends List<?>>
SqmDynamicInstantiation<L>SqmDynamicInstantiation.forListInstantiation
(JavaType<L> listJavaType, NodeBuilder nodeBuilder) static <M extends Map<?,
?>>
SqmDynamicInstantiation<M>SqmDynamicInstantiation.forMapInstantiation
(NodeBuilder nodeBuilder) static <M extends Map<?,
?>>
SqmDynamicInstantiation<M>SqmDynamicInstantiation.forMapInstantiation
(JavaType<M> mapJavaType, NodeBuilder nodeBuilder) SqmDynamicInstantiation.makeShallowCopy()