Uses of Class
org.objectweb.speedo.generation.enhancer.LoggedClassAdapter

Packages that use LoggedClassAdapter
org.objectweb.speedo.generation.enhancer Byte code transformations used by the enhancer. 
 

Uses of LoggedClassAdapter in org.objectweb.speedo.generation.enhancer
 

Subclasses of LoggedClassAdapter in org.objectweb.speedo.generation.enhancer
 class ClassAccessorAdder
          Adds getter and setter methods to a class.
 class ClassAccessorModifier
          Replaces field accesses by calls to getter and setter methods.
 class ClassInterfaceAdder
           
 class ClassRenamer
          Renames a class.
 class DummyAccessorModifier
          This class adds/removes dummy accessors in order to permit the compilation.
 class EmptyConstructorAdder
          It generate a no-arg constructor or change the modifier of the no-arg constructor if required on persistent classes.
 class InheritanceModifier
          Modify the inheritance in order to permit the compilation.
 class JDOImplRegistrationAdder
          Add the registration to the JDOImplHelper in a static code area The added code use the class$(String)Class method and the field class$classname which can exist or not.
 class MergedClassModifier
           
 class PersistenceAwareClassModifier
          Replaces field accesses by call to getter and setter methods.
 class PersistentFieldRemover
          This visistor removes the persistent fields of a persistent class.
 class PNameEnhancer
          It adds the implementation of the UserIfFactory interface in a PName.
 class RedundencyRemover
           
 class UserIdEnhancer
          It adds the implementation of the UserId and specific PNameGetter interfaces in the user identifier.