Home » Hibernate-3.3.2.GA » org.hibernate » bytecode » buildtime »

org.hibernate.bytecode.buildtime

Interfaces:

AbstractInstrumenter.ZipEntryHandler   General strategy contract for handling entries in an archive file.  code | html
Instrumenter   TODO : javadoc  code | html
Instrumenter.Options     code | html
Logger   Provides an abstraction for how instrumentation does logging because it is usually run in environments (Ant/Maven) with their own logging infrastructure.  code | html

Abstract Classes:

AbstractInstrumenter   Provides the basic templating of how instrumentation should occur.  code | html

Classes:

AbstractInstrumenter.CustomFieldFilter   Allows control over what exacctly to transform.  code | html
AbstractInstrumenter.ZipFileProcessor   Applies ZipEntryHandler strategies to the entries of an archive file.  code | html
CGLIBInstrumenter   Strategy for performing build-time instrumentation of persistent classes in order to enable field-level interception using CGLIB.  code | html
CGLIBInstrumenter.CustomClassDescriptor     code | html
ExecutionException   Indicates problem performing the instrumentation execution.  code | html
JavassistInstrumenter   Strategy for performing build-time instrumentation of persistent classes in order to enable field-level interception using Javassist.  code | html
JavassistInstrumenter.CustomClassDescriptor     code | html