| Package | Description |
|---|---|
| com.avaje.ebean.enhance.agent |
Used to weave Entity beans
|
| 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 agent class enhancement.
|
Copyright © 2016. All rights reserved.