Uses of Interface
org.objectweb.speedo.generation.enhancer.pc.POVariableNames

Packages that use POVariableNames
org.objectweb.speedo.generation.enhancer.pc   
org.objectweb.speedo.generation.enhancer.pc.jdo   
 

Uses of POVariableNames in org.objectweb.speedo.generation.enhancer.pc
 

Classes in org.objectweb.speedo.generation.enhancer.pc that implement POVariableNames
 class AbstractPCModifier
          Defines an abstract modifier of the persistence class (PC).
 class FieldAccessorsAdder
          Generates the speedo accessors (static and normal) for each persistent field of the class.
 class POAdder
          Is an ASM visitor adding the implementation of the PersistenceCapable interface.
 

Uses of POVariableNames in org.objectweb.speedo.generation.enhancer.pc.jdo
 

Classes in org.objectweb.speedo.generation.enhancer.pc.jdo that implement POVariableNames
 class JDOPersistenceCapableAdder
          Is an ASM visitor adding the implementation of the PersistenceCapable interface.