Uses of Class
org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
Packages that use LazyAttributeLoadingInterceptor
Package
Description
Package defining bytecode code enhancement (instrumentation) support.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
-
Uses of LazyAttributeLoadingInterceptor in org.hibernate.bytecode.internal
Methods in org.hibernate.bytecode.internal that return LazyAttributeLoadingInterceptorModifier and TypeMethodDescription@Nullable LazyAttributeLoadingInterceptor
BytecodeEnhancementMetadataNonPojoImpl.extractInterceptor
(Object entity) @Nullable LazyAttributeLoadingInterceptor
BytecodeEnhancementMetadataPojoImpl.extractInterceptor
(Object entity) BytecodeEnhancementMetadataNonPojoImpl.injectInterceptor
(Object entity, Object identifier, SharedSessionContractImplementor session) BytecodeEnhancementMetadataPojoImpl.injectInterceptor
(Object entity, Object identifier, SharedSessionContractImplementor session) -
Uses of LazyAttributeLoadingInterceptor in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that return LazyAttributeLoadingInterceptorModifier and TypeMethodDescription@Nullable LazyAttributeLoadingInterceptor
BytecodeEnhancementMetadata.extractInterceptor
(Object entity) Extract the field interceptor instance from the enhanced entity.BytecodeEnhancementMetadata.injectInterceptor
(Object entity, Object identifier, SharedSessionContractImplementor session) Build and inject an interceptor instance into the enhanced entity. -
Uses of LazyAttributeLoadingInterceptor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type LazyAttributeLoadingInterceptorModifier and TypeMethodDescriptionvoid
ExtendedSelfDirtinessTracker.$$_hibernate_removeDirtyFields
(LazyAttributeLoadingInterceptor lazyInterceptor)