| Package | Description |
|---|---|
| io.ebean.enhance.querybean |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassInfo
Holds meta information for a class.
|
class |
FieldInfo
Field information.
|
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.
|
class |
TypeQueryClassAdapter
Reads/visits the class and performs the appropriate enhancement if necessary.
|
class |
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.
|
class |
TypeQueryConstructorForAlias
Overrides the constructor to initialise all the fields (for use with 'Alias' select()/fetch() use).
|
Copyright © 2019. All rights reserved.