| Package | Description |
|---|---|
| org.hibernate.bytecode.internal.javassist | |
| org.hibernate.bytecode.spi | |
| 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 © 2012 JBoss by Red Hat. All Rights Reserved.