Uses of Interface
javax.persistence.spi.ClassTransformer

Packages that use ClassTransformer
javax.persistence.spi The javax.persistence.spi package defines the classes and interfaces that are implemented by the persistence provider and the Java EE container for use by the container, provider, and/or Persistence bootstrap class in deployment and bootstrapping. 
 

Uses of ClassTransformer in javax.persistence.spi
 

Methods in javax.persistence.spi with parameters of type ClassTransformer
 void PersistenceUnitInfo.addTransformer(ClassTransformer transformer)
          Add a transformer supplied by the provider that will be called for every new class definition or class redefinition that gets loaded by the loader returned by the PersistenceUnitInfo.getClassLoader() method.