Subversion Repositories WebE

Rev

View as "text/plain" | Blame | Last modification | View Log | RSS feed

1
//$Id: SortType.java 11282 2007-03-14 22:05:59Z epbernard $
package org.hibernate.annotations;

/**
 * Sort strategies
 *
 * @author Emmanuel Bernard
 */

public enum SortType {
        UNSORTED,
        NATURAL,
        COMPARATOR
}