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) SemanticQueryBuilder.visitInstantiationTarget(HqlParser.InstantiationTargetContext 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 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)