Package | Description |
---|---|
org.datanucleus.asm |
ASM v5.0 : a small and fast bytecode manipulation framework.
|
org.datanucleus.enhancer |
DataNucleus ByteCode enhancer framework.
|
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.
|
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.
|
Copyright © 2017. All rights reserved.