| Package | Description |
|---|---|
| io.ebean.enhance.asm.commons |
Provides some useful class and method adapters.
|
| io.ebean.enhance.common | |
| io.ebean.enhance.entity | |
| io.ebean.enhance.querybean |
| Modifier and Type | Class and Description |
|---|---|
class |
AdviceAdapter
A
MethodVisitor to insert before, after and around advices in methods and constructors. |
| Modifier and Type | Class and Description |
|---|---|
class |
VisitUtil |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructorDeferredCode
This is a class that 'defers' bytecode instructions in the default constructor initialisation
such that code that initialises persistent many properties (Lists, Sets and Maps) is removed.
|
class |
FieldMeta
Holds meta data for a field.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TypeQueryAssocBasicConstructor
Changes the existing constructor to remove all the field initialisation as these are going to be
initialised lazily by calls to our generated methods.
|
class |
TypeQueryAssocMainConstructor
Changes the existing constructor to remove all the field initialisation as these are going to be
initialised lazily by calls to our generated methods.
|
Copyright © 2019. All rights reserved.