Uses of Class
org.hibernate.query.sqm.DynamicInstantiationNature
-
Packages that use DynamicInstantiationNature Package Description org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.tree.select Nodes representingselect
statements in the SQM tree.org.hibernate.sql.results.graph.instantiation.internal -
-
Uses of DynamicInstantiationNature in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return DynamicInstantiationNature Modifier and Type Method Description static DynamicInstantiationNature
DynamicInstantiationNature. valueOf(String name)
Returns the enum constant of this type with the specified name.static DynamicInstantiationNature[]
DynamicInstantiationNature. values()
Returns an array containing the constants of this enum type, 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 DynamicInstantiationNature Modifier and Type Method Description DynamicInstantiationNature
SqmDynamicInstantiationTarget. 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 DynamicInstantiationNature Modifier and Type Method Description DynamicInstantiationNature
DynamicInstantiation. getNature()
Constructors in org.hibernate.sql.results.graph.instantiation.internal with parameters of type DynamicInstantiationNature Constructor Description DynamicInstantiation(DynamicInstantiationNature nature, JavaType<T> targetJavaType)
DynamicInstantiationResultImpl(String resultVariable, DynamicInstantiationNature nature, JavaType<R> javaType, List<ArgumentDomainResult<?>> argumentResults)
-