| Package | Description |
|---|---|
| org.josef.jpa |
JPA (Java Persistence API) related classes.
|
| org.josef.util |
Utility Classes.
|
| Modifier and Type | Method and Description |
|---|---|
static CompareField[] |
JpaUtil.getCompareFields(Class<? extends Persistable> persistableClass)
Gets all the possible fields that can be compared upon in the supplied
persistableClass (or one of its super classes).
|
| Modifier and Type | Field and Description |
|---|---|
static CompareField[] |
CompareField.EMPTY_ARRAY_OF_COMPARE_FIELDS
Empty array of Fields.
|
| Modifier and Type | Method and Description |
|---|---|
CompareField |
MultiFieldComparator.getCompareField(int ordinal)
Gets an CompareField by its ordinal number.
|
CompareField |
MultiFieldComparator.getCompareField(String methodName)
Gets a CompareField by the name of its corresponding method.
|
static CompareField[] |
ClassUtil.getCompareFields(Class<?> theClass)
Gets all the possible fields that can be compared upon in the supplied
class (and its super classes) plus the fields that can be reached from
the supplied class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiFieldComparator.setCompareFields(CompareField... compareFields)
Sets the fields to compare upon.
|
| Constructor and Description |
|---|
CompareField(CompareField compareField)
Copy constructor.
|
MultiFieldComparator(CompareField... allowedCompareFields)
Constructs this MultiFieldComparator from the supplied compareFields.
|
Copyright © 2008–2017. All rights reserved.