Uses of Class
io.ebean.enhance.entity.FieldMeta
| Package | Description |
|---|---|
| io.ebean.enhance.common | |
| io.ebean.enhance.entity |
-
Uses of FieldMeta in io.ebean.enhance.common
Methods in io.ebean.enhance.common that return FieldMeta Modifier and Type Method Description FieldMetaClassMeta. getFieldPersistent(String fieldName)Return the field - null when not found.Methods in io.ebean.enhance.common that return types with arguments of type FieldMeta Modifier and Type Method Description List<FieldMeta>ClassMeta. getAllFields()Return the list of all fields including ones inherited from entity super types and mappedSuperclasses. -
Uses of FieldMeta in io.ebean.enhance.entity
Constructors in io.ebean.enhance.entity with parameters of type FieldMeta Constructor Description LocalFieldVisitor(FieldVisitor fv, FieldMeta fieldMeta)Constructor used for entity class enhancement.