Package | Description |
---|---|
net.java.ao | |
net.java.ao.schema.info |
Modifier and Type | Method and Description |
---|---|
static <K> void |
Common.validatePrimaryKey(FieldInfo<K> primaryKeyInfo,
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,String> |
FieldInfo.PLUCK_NAME
Return the name of the field
|
Modifier and Type | Method and Description |
---|---|
FieldInfo |
EntityInfo.getField(Method method) |
FieldInfo |
EntityInfo.getField(String fieldName) |
FieldInfo<K> |
EntityInfo.getPrimaryKey() |
Modifier and Type | Method and Description |
---|---|
Set<FieldInfo> |
EntityInfo.getFields() |
Copyright © 2007–2021 Atlassian. All rights reserved.