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.