Class Summary |
AbstractPCModifier |
Defines an abstract modifier of the persistence class (PC). |
CacheEntryAdder |
Is an ASM visitor adding the implementation of the ReplaceableCacheEntry
interface. |
FieldAccessModifier |
Replaces field accesses by calls to getter and setter methods. |
FieldAccessorsAdder |
Generates the speedo accessors (static and normal) for each persistent field
of the class. |
FieldRemover |
This visistor removes the persistent fields of a persistent class because
they have been moved into the XXXFields class. |
NoArgConstructorAdder |
It generates a no-arg constructor or changes the modifier of the no-arg
constructor if required on persistent classes. |
PersistentClassEnhancer |
Enhances a set of Java classes. |
POAdder |
Is an ASM visitor adding the implementation of the PersistenceCapable
interface. |