Uses of Class
org.hibernate.query.sqm.ConstructorEntityArgumentMode
-
Packages that use ConstructorEntityArgumentMode Package Description org.hibernate.query.sqm -
-
Uses of ConstructorEntityArgumentMode in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return ConstructorEntityArgumentMode Modifier and Type Method Description static ConstructorEntityArgumentModeConstructorEntityArgumentMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ConstructorEntityArgumentMode[]ConstructorEntityArgumentMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-