Package org.hibernate.search.annotations
Annotation Type SortableFields
-
@Retention(RUNTIME) @Target({METHOD,FIELD}) @Documented @Deprecated public @interface SortableFields
Deprecated.See the deprecation note onSortableFieldDefines several sortable fields.- Author:
- Gunnar Morling
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description SortableField[]valueDeprecated.
-
-
-
Element Detail
-
value
SortableField[] value
Deprecated.- Returns:
- the sortable fields of the annotated property
-
-