| Package | Description |
|---|---|
| org.datanucleus.enhancer |
DataNucleus ByteCode enhancer framework.
|
| org.datanucleus.enhancer.jdo |
Class Enhancer for the JDO bytecode enhancement contract, using ASM.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ClassField> |
AbstractClassEnhancer.fieldsToAdd
List of fields to be added to the class.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClassField> |
ClassEnhancer.getFieldsList()
Accessor for the fields required.
|
List<ClassField> |
AbstractClassEnhancer.getFieldsList()
Accessor for the fields required.
|
| Modifier and Type | Field and Description |
|---|---|
protected HashSet<ClassField> |
JDOClassChecker.fieldsRequired
Set of fields required to be present for JDO.
|
Copyright © 2013. All Rights Reserved.