Uses of Class
org.hibernate.bytecode.buildtime.AbstractInstrumenter

Packages that use AbstractInstrumenter
org.hibernate.bytecode.buildtime   
 

Uses of AbstractInstrumenter in org.hibernate.bytecode.buildtime
 

Subclasses of AbstractInstrumenter in org.hibernate.bytecode.buildtime
 class CGLIBInstrumenter
          Strategy for performing build-time instrumentation of persistent classes in order to enable field-level interception using CGLIB.
 class JavassistInstrumenter
          Strategy for performing build-time instrumentation of persistent classes in order to enable field-level interception using Javassist.
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.