| Package | Description | 
|---|---|
| org.hibernate.bytecode.internal.javassist | 
 Javassist support internals 
 | 
| org.hibernate.bytecode.spi | 
 Package defining bytecode code enhancement (instrumentation) support. 
 | 
| org.hibernate.persister.entity | 
 
        This package abstracts persistence mechanisms for
        entities, and defines the Hibernate runtime
        metamodel. 
 | 
| org.hibernate.tuple.entity | 
| Modifier and Type | Method and Description | 
|---|---|
EntityInstrumentationMetadata | 
BytecodeProviderImpl.getEntityInstrumentationMetadata(Class entityClass)  | 
| Modifier and Type | Method and Description | 
|---|---|
EntityInstrumentationMetadata | 
BytecodeProvider.getEntityInstrumentationMetadata(Class entityClass)
Retrieve the interception metadata for the particular entity type. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EntityInstrumentationMetadata | 
EntityPersister.getInstrumentationMetadata()  | 
EntityInstrumentationMetadata | 
AbstractEntityPersister.getInstrumentationMetadata()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NonPojoInstrumentationMetadata  | 
| Modifier and Type | Method and Description | 
|---|---|
EntityInstrumentationMetadata | 
EntityMetamodel.getInstrumentationMetadata()  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.