Uses of Package
org.hibernate.bytecode.util

Packages that use org.hibernate.bytecode.util
org.hibernate.bytecode This package defines the API for plugging in bytecode libraries for usage by Hibernate. 
org.hibernate.bytecode.buildtime   
org.hibernate.bytecode.cglib   
org.hibernate.bytecode.javassist   
org.hibernate.bytecode.util   
 

Classes in org.hibernate.bytecode.util used by org.hibernate.bytecode
ClassFilter
          Used to determine whether a class should be instrumented.
FieldFilter
          Used to determine whether a field reference should be instrumented.
 

Classes in org.hibernate.bytecode.util used by org.hibernate.bytecode.buildtime
ClassDescriptor
          Contract describing the information Hibernate needs in terms of instrumenting a class, either via ant task or dynamic classloader.
FieldFilter
          Used to determine whether a field reference should be instrumented.
 

Classes in org.hibernate.bytecode.util used by org.hibernate.bytecode.cglib
ClassFilter
          Used to determine whether a class should be instrumented.
FieldFilter
          Used to determine whether a field reference should be instrumented.
 

Classes in org.hibernate.bytecode.util used by org.hibernate.bytecode.javassist
ClassFilter
          Used to determine whether a class should be instrumented.
FieldFilter
          Used to determine whether a field reference should be instrumented.
 

Classes in org.hibernate.bytecode.util used by org.hibernate.bytecode.util
ClassFilter
          Used to determine whether a class should be instrumented.
 



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