Java org.hibernate.annotations SortType fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.annotations SortType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.annotations SortType.

The text is from its open source code.

Field

SortTypeUNSORTED
The collection is unsorted.
SortTypeNATURAL
The collection is sorted using its natural sorting.
SortTypeCOMPARATOR
The collection is sorted using a supplied comparator.