Package | Description |
---|---|
net.java.ao | |
net.java.ao.schema.info |
Modifier and Type | Method and Description |
---|---|
static <K> void |
Common.validatePrimaryKey(FieldInfo<K> primaryKeyInfo,
java.lang.Object value) |
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Predicate<FieldInfo> |
FieldInfo.HAS_GENERATOR
A predicate for filtering fields with value generators
|
static com.google.common.base.Predicate<FieldInfo> |
FieldInfo.IS_REQUIRED
A predicate for filtering required fields
|
static com.google.common.base.Function<FieldInfo,java.lang.String> |
FieldInfo.PLUCK_NAME
Return the name of the field
|
Modifier and Type | Method and Description |
---|---|
FieldInfo |
EntityInfo.getField(java.lang.reflect.Method method) |
FieldInfo |
EntityInfo.getField(java.lang.String fieldName) |
FieldInfo<K> |
EntityInfo.getPrimaryKey() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<FieldInfo> |
EntityInfo.getFields() |
Copyright © 2007-2018. All Rights Reserved.