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