org.hibernate.annotations
@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface Sort
Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class |
comparator
Sort comparator implementation
|
SortType |
type
sort type
|
public abstract SortType type
public abstract java.lang.Class comparator
Copyright © 2014. All Rights Reserved.