Uses of Interface
io.ebean.enhance.asm.Opcodes
| 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 |
-
Uses of Opcodes in io.ebean.enhance.asm.commons
Classes in io.ebean.enhance.asm.commons that implement Opcodes Modifier and Type Class Description classAdviceAdapterAMethodVisitorto insert before, after and around advices in methods and constructors. -
Uses of Opcodes in io.ebean.enhance.common
Classes in io.ebean.enhance.common that implement Opcodes Modifier and Type Class Description classVisitUtil -
Uses of Opcodes in io.ebean.enhance.entity
Classes in io.ebean.enhance.entity that implement Opcodes Modifier and Type Class Description classFieldMetaHolds meta data for a field. -
Uses of Opcodes in io.ebean.enhance.querybean
Classes in io.ebean.enhance.querybean that implement Opcodes Modifier and Type Class Description classTypeQueryAssocBasicConstructorChanges the existing constructor to remove all the field initialisation as these are going to be initialised lazily by calls to our generated methods.classTypeQueryAssocMainConstructorChanges the existing constructor to remove all the field initialisation as these are going to be initialised lazily by calls to our generated methods.