javax.persistence.spi
Interface ClassTransformer


public interface ClassTransformer


Method Summary
 byte[] transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer)
           
 

Method Detail

transform

byte[] transform(ClassLoader loader,
                 String className,
                 Class<?> classBeingRedefined,
                 ProtectionDomain protectionDomain,
                 byte[] classfileBuffer)
                 throws IllegalClassFormatException
Throws:
IllegalClassFormatException


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.