Uses of Class
org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
Packages that use LazyAttributesMetadata
Package
Description
Support for bytecode interceptor implementations.
Package defining bytecode code enhancement (instrumentation) support.
-
Uses of LazyAttributesMetadata in org.hibernate.bytecode.enhance.spi.interceptor
Methods in org.hibernate.bytecode.enhance.spi.interceptor that return LazyAttributesMetadataModifier and TypeMethodDescriptionstatic LazyAttributesMetadata
LazyAttributesMetadata.from
(PersistentClass mappedEntity, boolean isEnhanced, boolean collectionsInDefaultFetchGroupEnabled, Metadata metadata) Build a LazyFetchGroupMetadata based on the attributes defined for the PersistentClassstatic LazyAttributesMetadata
LazyAttributesMetadata.nonEnhanced
(String entityName) -
Uses of LazyAttributesMetadata in org.hibernate.bytecode.internal
Methods in org.hibernate.bytecode.internal that return LazyAttributesMetadataModifier and TypeMethodDescriptionBytecodeEnhancementMetadataNonPojoImpl.getLazyAttributesMetadata()
BytecodeEnhancementMetadataPojoImpl.getLazyAttributesMetadata()
-
Uses of LazyAttributesMetadata in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that return LazyAttributesMetadata