Uses of Enum Class
org.hibernate.query.sqm.DynamicInstantiationNature
Packages that use DynamicInstantiationNature
Package
Description
This package defines a semantic model of HQL queries.
Nodes representing
select
statements in the SQM tree.-
Uses of DynamicInstantiationNature in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return DynamicInstantiationNatureModifier and TypeMethodDescriptionstatic DynamicInstantiationNature
Returns the enum constant of this class with the specified name.static DynamicInstantiationNature[]
DynamicInstantiationNature.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DynamicInstantiationNature in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return DynamicInstantiationNatureModifier and TypeMethodDescriptionSqmDynamicInstantiationTarget.getNature()
Retrieves the enum describing the nature of this target. -
Uses of DynamicInstantiationNature in org.hibernate.sql.results.graph.instantiation.internal
Methods in org.hibernate.sql.results.graph.instantiation.internal that return DynamicInstantiationNatureConstructors in org.hibernate.sql.results.graph.instantiation.internal with parameters of type DynamicInstantiationNatureModifierConstructorDescriptionDynamicInstantiation
(DynamicInstantiationNature nature, JavaType<T> targetJavaType) DynamicInstantiationResultImpl
(String resultVariable, DynamicInstantiationNature nature, JavaType<R> javaType, List<ArgumentDomainResult<?>> argumentResults)