Package | Description |
---|---|
org.datanucleus.enhancer |
DataNucleus ByteCode enhancer framework.
|
org.datanucleus.enhancer.asm |
ASM v6.1.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 classWriter,
byte[] code,
int codeLength,
int maxStack,
int maxLocals)
Returns the byte array form of the content of this attribute.
|
Copyright © 2019. All rights reserved.