Uses of Package
org.hibernate.bytecode.spi

Packages that use org.hibernate.bytecode.spi
org.hibernate.bytecode.buildtime.internal   
org.hibernate.bytecode.buildtime.spi   
org.hibernate.bytecode.internal.javassist   
org.hibernate.bytecode.spi   
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. 
org.hibernate.tuple This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes. 
org.hibernate.tuple.entity   
 

Classes in org.hibernate.bytecode.spi used by org.hibernate.bytecode.buildtime.internal
ClassTransformer
          A persistence provider provides an instance of this interface to the PersistenceUnitInfo.addTransformer method.
 

Classes in org.hibernate.bytecode.spi used by org.hibernate.bytecode.buildtime.spi
ClassTransformer
          A persistence provider provides an instance of this interface to the PersistenceUnitInfo.addTransformer method.
 

Classes in org.hibernate.bytecode.spi used by org.hibernate.bytecode.internal.javassist
AbstractClassTransformerImpl
          Basic implementation of the ClassTransformer contract.
BasicProxyFactory
          A proxy factory for "basic proxy" generation
BytecodeProvider
          Contract for providers of bytecode services to Hibernate.
ClassTransformer
          A persistence provider provides an instance of this interface to the PersistenceUnitInfo.addTransformer method.
EntityInstrumentationMetadata
          Encapsulates bytecode instrumentation information about a particular entity.
ProxyFactoryFactory
          An interface for factories of proxy factory instances.
ReflectionOptimizer
          Represents reflection optimization for a particular class.
ReflectionOptimizer.AccessOptimizer
          Represents optimized entity property access.
ReflectionOptimizer.InstantiationOptimizer
          Represents optimized entity instantiation.
 

Classes in org.hibernate.bytecode.spi used by org.hibernate.bytecode.spi
BasicProxyFactory
          A proxy factory for "basic proxy" generation
ClassTransformer
          A persistence provider provides an instance of this interface to the PersistenceUnitInfo.addTransformer method.
EntityInstrumentationMetadata
          Encapsulates bytecode instrumentation information about a particular entity.
NotInstrumentedException
           
ProxyFactoryFactory
          An interface for factories of proxy factory instances.
ReflectionOptimizer
          Represents reflection optimization for a particular class.
ReflectionOptimizer.AccessOptimizer
          Represents optimized entity property access.
ReflectionOptimizer.InstantiationOptimizer
          Represents optimized entity instantiation.
 

Classes in org.hibernate.bytecode.spi used by org.hibernate.cfg
BytecodeProvider
          Contract for providers of bytecode services to Hibernate.
 

Classes in org.hibernate.bytecode.spi used by org.hibernate.persister.entity
EntityInstrumentationMetadata
          Encapsulates bytecode instrumentation information about a particular entity.
 

Classes in org.hibernate.bytecode.spi used by org.hibernate.tuple
ReflectionOptimizer.InstantiationOptimizer
          Represents optimized entity instantiation.
 

Classes in org.hibernate.bytecode.spi used by org.hibernate.tuple.entity
EntityInstrumentationMetadata
          Encapsulates bytecode instrumentation information about a particular entity.
NotInstrumentedException
           
 



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