ClassTransformerpublic interface ClassTransformer A persistence provider supplies an instance of this
interface to the {@link PersistenceUnitInfo#addTransformer
PersistenceUnitInfo.addTransformer}
method. The supplied transformer instance will get
called to transform entity class files when they are
loaded or redefined. The transformation occurs before
the class is defined by the JVM. |
|