Uses of Class
org.hibernate.search.engine.backend.types.Sortable
-
Packages that use Sortable Package Description org.hibernate.search.engine.backend.types org.hibernate.search.engine.backend.types.dsl -
-
Uses of Sortable in org.hibernate.search.engine.backend.types
Methods in org.hibernate.search.engine.backend.types that return Sortable Modifier and Type Method Description static SortableSortable. valueOf(String name)Returns the enum constant of this type with the specified name.static Sortable[]Sortable. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Sortable in org.hibernate.search.engine.backend.types.dsl
Methods in org.hibernate.search.engine.backend.types.dsl with parameters of type Sortable Modifier and Type Method Description SStandardIndexFieldTypeOptionsStep. sortable(Sortable sortable)
-