| Package | Description |
|---|---|
| com.openpojo.business.cache | |
| com.openpojo.business.cache.impl | |
| com.openpojo.business.utils |
| Modifier and Type | Method and Description |
|---|---|
List<BusinessKeyField> |
BusinessKeyFieldCache.get(String name)
Retrieve a BusinessFields list from Cache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessKeyFieldCache.add(String name,
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 List<BusinessKeyField> |
BusinessPojoHelper.getBusinessKeyFields(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,
Object first,
Object second,
boolean caseSensitive)
Perform Equality between two PojoFields' instances.
|
static int |
BusinessIdentityUtils.getHashCode(BusinessKeyField pojoField,
Object instance,
boolean caseSensitive)
Generate HashCode on field value.
|
Copyright © 2010–2019. All rights reserved.