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