| Package | Description |
|---|---|
| com.openpojo.business.cache | |
| com.openpojo.business.cache.impl | |
| com.openpojo.business.utils |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<BusinessKeyField> |
BusinessKeyFieldCache.get(java.lang.String name)
Retrieve a BusinessFields list from Cache.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BusinessKeyFieldCache.add(java.lang.String name,
java.util.List<BusinessKeyField> businessFields)
Add a BusinessFields definition to the Cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBusinessKeyField |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<BusinessKeyField> |
BusinessPojoHelper.getBusinessKeyFields(java.lang.Class<?> clazz)
Get all business keys declared on a class and the parent super classes.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
BusinessIdentityUtils.areEqual(BusinessKeyField pojoField,
java.lang.Object first,
java.lang.Object second,
boolean caseSensitive)
Perform Equality between two PojoFields' instances.
|
static int |
BusinessIdentityUtils.getHashCode(BusinessKeyField pojoField,
java.lang.Object instance,
boolean caseSensitive)
Generate HashCode on field value.
|
Copyright © 2010-2015. All Rights Reserved.