@Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) @Documented public @interface SortableFields
Modifier and Type | Required Element and Description |
---|---|
SortableField[] |
value
The sortable fields of the annotated property
|
public abstract SortableField[] value
Copyright © 2006–2015 Hibernate. All rights reserved.