Package | Description |
---|---|
org.hibernate.bytecode.buildtime.internal |
Javassist support internals
|
org.hibernate.bytecode.buildtime.spi |
Package defining build-time bytecode code enhancement (instrumentation) support.
|
org.hibernate.bytecode.internal.javassist |
Javassist support internals
|
org.hibernate.bytecode.spi |
Package defining bytecode code enhancement (instrumentation) support.
|
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 |
Class and Description |
---|
ClassTransformer
A persistence provider provides an instance of this interface
to the PersistenceUnitInfo.addTransformer method.
|
Class and Description |
---|
ClassTransformer
A persistence provider provides an instance of this interface
to the PersistenceUnitInfo.addTransformer method.
|
Class and Description |
---|
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.
|
Class and Description |
---|
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
Indicates a condition where an instrumented/enhanced class was expected, but the class was not
instrumented/enhanced.
|
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.
|
Class and Description |
---|
BytecodeProvider
Contract for providers of bytecode services to Hibernate.
|
Class and Description |
---|
EntityInstrumentationMetadata
Encapsulates bytecode instrumentation information about a particular entity.
|
Class and Description |
---|
ReflectionOptimizer.InstantiationOptimizer
Represents optimized entity instantiation.
|
Class and Description |
---|
EntityInstrumentationMetadata
Encapsulates bytecode instrumentation information about a particular entity.
|
NotInstrumentedException
Indicates a condition where an instrumented/enhanced class was expected, but the class was not
instrumented/enhanced.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.