Skip navigation links

Oracle® Fusion Middleware Java API Reference for EclipseLink
11g Release 1 (11.1.1)

E26376-01


org.eclipse.persistence.sdo.helper
Class DynamicClassWriter

java.lang.Object
  extended by org.eclipse.persistence.sdo.helper.DynamicClassWriter


public class DynamicClassWriter
extends java.lang.Object

Constructor Summary
DynamicClassWriter(java.lang.String className, SDOType type, HelperContext aContext)
           

 

Method Summary
 byte[] createClass()
          This is where the byte codes for the generic subclass are defined and the class is created dynamically from them.
 java.lang.Class getParentClass()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DynamicClassWriter

public DynamicClassWriter(java.lang.String className,
                          SDOType type,
                          HelperContext aContext)

Method Detail

getParentClass

public java.lang.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.

Skip navigation links

Oracle® Fusion Middleware Java API Reference for EclipseLink
11g Release 1 (11.1.1)

E26376-01


Copyright © 2007, Eclipse Foundation, Inc. and its licensors. All rights reserved.