Uses of Class
org.hibernate.bytecode.AbstractClassTransformerImpl

Packages that use AbstractClassTransformerImpl
org.hibernate.bytecode.cglib   
org.hibernate.bytecode.javassist   
 

Uses of AbstractClassTransformerImpl in org.hibernate.bytecode.cglib
 

Subclasses of AbstractClassTransformerImpl in org.hibernate.bytecode.cglib
 class CglibClassTransformer
          Enhance the classes allowing them to implements InterceptFieldEnabled This interface is then used by Hibernate for some optimizations.
 

Uses of AbstractClassTransformerImpl in org.hibernate.bytecode.javassist
 

Subclasses of AbstractClassTransformerImpl in org.hibernate.bytecode.javassist
 class JavassistClassTransformer
          Enhance the classes allowing them to implements InterceptFieldEnabled This interface is then used by Hibernate for some optimizations.