| Package | Description |
|---|---|
| org.hibernate.bytecode.spi |
Package defining bytecode code enhancement (instrumentation) support.
|
| org.hibernate.engine.spi | |
| org.hibernate.tuple.entity |
| Modifier and Type | Method and Description |
|---|---|
PersistentAttributeInterceptable |
BytecodeEnhancementMetadata.createEnhancedProxy(EntityKey keyToLoad,
boolean addEmptyEntry,
SharedSessionContractImplementor session)
Create an "enhancement as proxy" instance for the given entity
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersistenceContext.addEnhancedProxy(EntityKey key,
PersistentAttributeInterceptable entity)
Cross between
PersistenceContext.addEntity(EntityKey, Object) and PersistenceContext.addProxy(EntityKey, Object)
for use with enhancement-as-proxy |
| Modifier and Type | Method and Description |
|---|---|
PersistentAttributeInterceptable |
BytecodeEnhancementMetadataNonPojoImpl.createEnhancedProxy(EntityKey keyToLoad,
boolean addEmptyEntry,
SharedSessionContractImplementor session) |
PersistentAttributeInterceptable |
BytecodeEnhancementMetadataPojoImpl.createEnhancedProxy(EntityKey entityKey,
boolean addEmptyEntry,
SharedSessionContractImplementor session) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.