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