Uses of Class
com.sun.jdo.api.persistence.enhancer.EnhancerFatalError
-
Packages that use EnhancerFatalError Package Description com.sun.jdo.api.persistence.enhancer -
-
Uses of EnhancerFatalError in com.sun.jdo.api.persistence.enhancer
Methods in com.sun.jdo.api.persistence.enhancer that throw EnhancerFatalError Modifier and Type Method Description booleanByteCodeEnhancer. enhanceClassFile(InputStream in, OutputStreamWrapper out)Enhances a given class according to the JDO meta-data.booleanByteCodeEnhancer. enhanceClassFile(InputStream inByteCode, OutputStream outByteCode)Enhances a given class according to the JDO meta-data.static booleanByteCodeEnhancerHelper. enhanceClassFile(ByteCodeEnhancer enhancer, InputStream in, OutputStream out)Enhances a classfile.booleanByteCodeEnhancerTimer. enhanceClassFile(InputStream inByteCode, OutputStreamWrapper outByteCode)booleanByteCodeEnhancerTimer. enhanceClassFile(InputStream inByteCode, OutputStream outByteCode)booleanFilterEnhancer. enhanceClassFile(InputStream inByteCode, OutputStreamWrapper outByteCode)Enhances a given class according to the JDO meta-data.booleanFilterEnhancer. enhanceClassFile(InputStream in, OutputStream out)static booleanByteCodeEnhancerHelper. enhanceZipFile(ByteCodeEnhancer enhancer, ZipInputStream zip_in, ZipOutputStream zip_out)Enhances a zip file.protected voidFilterEnhancer. init(JDOMetaData metaData, Properties settings, PrintWriter out, PrintWriter err)Initializes an instance of a JDO enhancer.Constructors in com.sun.jdo.api.persistence.enhancer that throw EnhancerFatalError Constructor Description FilterEnhancer(JDOMetaData metaData, Properties settings, PrintWriter out, PrintWriter err)Creates an instance of a JDO enhancer.FilterEnhancer(Model metaData, Properties settings, PrintWriter out, PrintWriter err)Creates an instance of a JDO enhancer.FilterEnhancer(Properties metaData, Properties settings, PrintWriter out, PrintWriter err)Creates an instance of a JDO enhancer.
-