Uses of Class
org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
-
Packages that use LazyAttributeLoadingInterceptor Package Description 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.spi
Methods in org.hibernate.bytecode.spi that return LazyAttributeLoadingInterceptor Modifier and Type Method Description @Nullable LazyAttributeLoadingInterceptorBytecodeEnhancementMetadata. extractInterceptor(Object entity)Extract the field interceptor instance from the enhanced entity.LazyAttributeLoadingInterceptorBytecodeEnhancementMetadata. 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 voidExtendedSelfDirtinessTracker. $$_hibernate_removeDirtyFields(LazyAttributeLoadingInterceptor lazyInterceptor)
-