|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldInfo | |
---|---|
net.java.ao | |
net.java.ao.schema.info |
Uses of FieldInfo in net.java.ao |
---|
Methods in net.java.ao with parameters of type FieldInfo | ||
---|---|---|
static
|
Common.validatePrimaryKey(FieldInfo<K> primaryKeyInfo,
Object value)
|
Uses of FieldInfo in net.java.ao.schema.info |
---|
Fields in net.java.ao.schema.info with type parameters of type FieldInfo | |
---|---|
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 |
Methods in net.java.ao.schema.info that return FieldInfo | |
---|---|
FieldInfo |
EntityInfo.getField(Method method)
|
FieldInfo |
EntityInfo.getField(String fieldName)
|
FieldInfo<K> |
EntityInfo.getPrimaryKey()
|
Methods in net.java.ao.schema.info that return types with arguments of type FieldInfo | |
---|---|
Set<FieldInfo> |
EntityInfo.getFields()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |