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