Uses of Class
org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
-
Packages that use LazyAttributeLoadingInterceptor Package Description org.hibernate.bytecode.internal org.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.engine.spi 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 LazyAttributeLoadingInterceptor Modifier and Type Method Description @Nullable LazyAttributeLoadingInterceptor
BytecodeEnhancementMetadataNonPojoImpl. extractInterceptor(Object entity)
@Nullable LazyAttributeLoadingInterceptor
BytecodeEnhancementMetadataPojoImpl. extractInterceptor(Object entity)
LazyAttributeLoadingInterceptor
BytecodeEnhancementMetadataNonPojoImpl. injectInterceptor(Object entity, Object identifier, SharedSessionContractImplementor session)
LazyAttributeLoadingInterceptor
BytecodeEnhancementMetadataPojoImpl. injectInterceptor(Object entity, Object identifier, SharedSessionContractImplementor session)
-
Uses of LazyAttributeLoadingInterceptor in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that return LazyAttributeLoadingInterceptor Modifier and Type Method Description @Nullable LazyAttributeLoadingInterceptor
BytecodeEnhancementMetadata. extractInterceptor(Object entity)
Extract the field interceptor instance from the enhanced entity.LazyAttributeLoadingInterceptor
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 LazyAttributeLoadingInterceptor Modifier and Type Method Description void
ExtendedSelfDirtinessTracker. $$_hibernate_removeDirtyFields(LazyAttributeLoadingInterceptor lazyInterceptor)
-