| Package | Description |
|---|---|
| io.ebean.enhance.common | |
| io.ebean.enhance.entity |
| Modifier and Type | Method and Description |
|---|---|
FieldMeta |
ClassMeta.getFieldPersistent(String fieldName)
Return the field - null when not found.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldMeta> |
ClassMeta.getAllFields()
Return the list of all fields including ones inherited from entity super
types and mappedSuperclasses.
|
List<FieldMeta> |
ClassMeta.getLocalFields()
Return the list of fields local to this type (not inherited).
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MethodEquals.addMethods(ClassVisitor cv,
ClassMeta meta,
int idFieldIndex,
FieldMeta idFieldMeta)
Adds equals(), hashCode() and _ebean_getIdentity() methods.
|
| Constructor and Description |
|---|
LocalFieldVisitor(FieldVisitor fv,
FieldMeta fieldMeta)
Constructor used for entity class enhancement.
|
Copyright © 2019. All rights reserved.