Uses of Class
io.ebean.enhance.entity.FieldMeta
Packages that use FieldMeta
-
Uses of FieldMeta in io.ebean.enhance.common
Methods in io.ebean.enhance.common that return FieldMetaModifier and TypeMethodDescriptionClassMeta.getFieldPersistent(String fieldName) Return the field - null when not found.Methods in io.ebean.enhance.common that return types with arguments of type FieldMetaModifier and TypeMethodDescriptionClassMeta.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 FieldMetaModifierConstructorDescriptionLocalFieldVisitor(FieldVisitor fv, FieldMeta fieldMeta) Constructor used for entity class enhancement.