Uses of Class
com.sun.jdo.api.persistence.enhancer.impl.ClassControl

Packages that use ClassControl
com.sun.jdo.api.persistence.enhancer.impl   
 

Uses of ClassControl in com.sun.jdo.api.persistence.enhancer.impl
 

Methods in com.sun.jdo.api.persistence.enhancer.impl that return ClassControl
 ClassControl Environment.findClass(String className)
          Look for the specified class in the class map.
 ClassControl Environment.getClass(String className)
          Look for the specified class in the class map.
 ClassControl Environment.lookupClass(String className)
          Look up the specified class in the class search path.
 

Methods in com.sun.jdo.api.persistence.enhancer.impl with parameters of type ClassControl
 void Environment.addClass(ClassControl cc)
          Add the class to the class mapping table.
protected static void EnhancerControl.dumpClass(ClassControl cc)
          Dumps a class' signature and byte-code.
 



Copyright © 2012. All Rights Reserved.