Uses of Class
org.hibernate.annotations.SortType
-
Packages that use SortType Package Description org.hibernate.annotations Package containing all the Hibernate specific annotations. -
-
Uses of SortType in org.hibernate.annotations
Methods in org.hibernate.annotations that return SortType Modifier and Type Method Description SortTypetype()Deprecated.The type of sorting to use.static SortTypeSortType. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static SortType[]SortType. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-