Uses of Class
org.hibernate.query.sqm.DynamicInstantiationNature
-
Packages that use DynamicInstantiationNature Package Description org.hibernate.query.sqm org.hibernate.query.sqm.tree.select -
-
Uses of DynamicInstantiationNature in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return DynamicInstantiationNature Modifier and Type Method Description static DynamicInstantiationNatureDynamicInstantiationNature. 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 DynamicInstantiationNatureSqmDynamicInstantiationTarget. getNature()Retrieves the enum describing the nature of this target.
-