Save This Page
Home » apache-openjpa-1.1.0-source » org.apache.openjpa » util » [javadoc | source]
org.apache.openjpa.util
public class: GeneratedClasses [javadoc | source]
java.lang.Object
   org.apache.openjpa.util.GeneratedClasses
Utility methods when generating classes, including at runtime.
Method from org.apache.openjpa.util.GeneratedClasses Summary:
getMostDerivedLoader,   loadBCClass
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.openjpa.util.GeneratedClasses Detail:
 public static ClassLoader getMostDerivedLoader(Class c1,
    Class c2) 
    Return the more derived loader of the class laoders for the given classes.
 public static Class loadBCClass(BCClass bc,
    ClassLoader loader) 
    Load the class represented by the given bytecode.