org.eclipse.persistence.sdo.helper
Class DynamicClassWriter
java.lang.Object
org.eclipse.persistence.sdo.helper.DynamicClassWriter
public class DynamicClassWriter
- extends Object
Method Summary |
byte[] |
createClass()
This is where the byte codes for the generic subclass are defined and the
class is created dynamically from them. |
Class |
getParentClass()
|
DynamicClassWriter
public DynamicClassWriter(String className,
SDOType type,
commonj.sdo.helper.HelperContext aContext)
getParentClass
public Class getParentClass()
createClass
public byte[] createClass()
- This is where the byte codes for the generic subclass are defined and the
class is created dynamically from them.