Class PersonSortCriteria
- java.lang.Object
-
- it.tidalwave.thesefoolishthings.examples.inmemoryfinderexample.PersonSortCriteria
-
public final class PersonSortCriteria extends java.lang.Object
- Author:
- Fabrizio Giudici
-
-
Field Summary
Fields Modifier and Type Field Description static Finder.SortCriterion
BY_FIRST_NAME
static Finder.SortCriterion
BY_LAST_NAME
-
Constructor Summary
Constructors Constructor Description PersonSortCriteria()
-
-
-
Field Detail
-
BY_FIRST_NAME
public static final Finder.SortCriterion BY_FIRST_NAME
-
BY_LAST_NAME
public static final Finder.SortCriterion BY_LAST_NAME
-
-