Module org.eclipse.persistence.sdo
Class DynamicClassWriter
java.lang.Object
org.eclipse.persistence.sdo.helper.DynamicClassWriter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
This is where the byte codes for the generic subclass are defined and the class is created dynamically from them.Class
<?>
-
Constructor Details
-
DynamicClassWriter
-
-
Method Details
-
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.
-