Interface PersonRegistry3
-
- All Superinterfaces:
PersonRegistry
public interface PersonRegistry3 extends PersonRegistry
- Author:
- Fabrizio Giudici
-
-
Field Summary
Fields Modifier and Type Field Description static Finder.SortCriterion
BY_FIRST_NAME
static Finder.SortCriterion
BY_LAST_NAME
-
Method Summary
-
Methods inherited from interface it.tidalwave.thesefoolishthings.examples.person.PersonRegistry
add, findPerson
-
-
-
-
Field Detail
-
BY_FIRST_NAME
static final Finder.SortCriterion BY_FIRST_NAME
-
BY_LAST_NAME
static final Finder.SortCriterion BY_LAST_NAME
-
-