| Package | Description | 
|---|---|
| org.datanucleus.enhancer | 
 
        DataNucleus ByteCode enhancer framework. 
 | 
| org.datanucleus.enhancer.asm | 
 ASM v5.1 : a small and fast bytecode manipulation framework. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
PrimaryKeyGenerator.addDefaultConstructor(ClassWriter cw)
Method to add an empty default constructor. 
 | 
protected void | 
PrimaryKeyGenerator.addFields(ClassWriter cw)
Method to add fields to match the PK fields of the persistable class 
 | 
protected void | 
PrimaryKeyGenerator.addMethodEquals(ClassWriter cw)
Method to add an equals() method. 
 | 
protected void | 
PrimaryKeyGenerator.addMethodHashCode(ClassWriter cw)
Method to add a hashCode() method. 
 | 
protected void | 
PrimaryKeyGenerator.addMethodToString(ClassWriter cw)
Method to add a toString() method. 
 | 
protected void | 
PrimaryKeyGenerator.addStringConstructor(ClassWriter cw)
Method to add a constructor taking in a String. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected ByteVector | 
Attribute.write(ClassWriter cw,
     byte[] code,
     int len,
     int maxStack,
     int maxLocals)
Returns the byte array form of this attribute. 
 | 
Copyright © 2018. All rights reserved.