| Package | Description |
|---|---|
| org.hibernate.bytecode.enhance.spi.interceptor |
interceptor implementations
|
| org.hibernate.bytecode.spi |
Package defining bytecode code enhancement (instrumentation) support.
|
| org.hibernate.tuple.entity |
| Modifier and Type | Method and Description |
|---|---|
static LazyAttributesMetadata |
LazyAttributesMetadata.from(PersistentClass mappedEntity,
boolean isEnhanced,
boolean allowEnhancementAsProxy,
boolean collectionsInDefaultFetchGroupEnabled)
Build a LazyFetchGroupMetadata based on the attributes defined for the
PersistentClass
|
static LazyAttributesMetadata |
LazyAttributesMetadata.nonEnhanced(String entityName) |
| Modifier and Type | Method and Description |
|---|---|
LazyAttributesMetadata |
BytecodeEnhancementMetadata.getLazyAttributesMetadata() |
| Modifier and Type | Method and Description |
|---|---|
LazyAttributesMetadata |
BytecodeEnhancementMetadataNonPojoImpl.getLazyAttributesMetadata() |
LazyAttributesMetadata |
BytecodeEnhancementMetadataPojoImpl.getLazyAttributesMetadata() |
| Constructor and Description |
|---|
BytecodeEnhancementMetadataPojoImpl(String entityName,
Class entityClass,
Set<String> identifierAttributeNames,
CompositeType nonAggregatedCidMapper,
boolean enhancedForLazyLoading,
LazyAttributesMetadata lazyAttributesMetadata) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.