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
Subclasses with type arguments of type DynamicInstantiationNature in org.hibernate.query.sqmModifier and TypeClassDescriptionenumRepresents the type of instantiation to be performed.Methods in org.hibernate.query.sqm that return DynamicInstantiationNatureModifier and TypeMethodDescriptionstatic DynamicInstantiationNatureReturns 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.