| Interface | Description |
|---|---|
| Constants |
Set of most interesting constants used by the entity.
|
| Class | Description |
|---|---|
| BaseConstructorAdapter |
Changes the existing constructor removing all the existing code to be replaced via visitCode() implementation.
|
| ClassInfo |
Holds meta information for a class.
|
| DetectQueryBean |
Detects if a class is a query bean.
|
| Distill |
Helper for parsing, merging and converting packages.
|
| FieldInfo |
Field information.
|
| MethodAdapter |
Adapter that changes GETFIELD calls to type query beans to instead use the generated
'property access' methods.
|
| TypeQueryAddMethods |
Add generated 'property access' methods for the fields.
|
| 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.
|
| 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.
|
| TypeQueryClassAdapter |
Reads/visits the class and performs the appropriate enhancement if necessary.
|
| TypeQueryConstructorAdapter |
Changes the existing constructor to remove all the field initialisation as these are going to be
initialised lazily by calls to our generated methods.
|
| TypeQueryConstructorForAlias |
Overrides the constructor to initialise all the fields (for use with 'Alias' select()/fetch() use).
|
Copyright © 2019. All rights reserved.