Uses of Interface
org.hibernate.engine.spi.PersistentAttributeInterceptor
-
Packages that use PersistentAttributeInterceptor Package Description org.hibernate.bytecode.enhance.spi.interceptor Support for bytecode interceptor implementations.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 PersistentAttributeInterceptor in org.hibernate.bytecode.enhance.spi.interceptor
Subinterfaces of PersistentAttributeInterceptor in org.hibernate.bytecode.enhance.spi.interceptor Modifier and Type Interface Description interface
BytecodeLazyAttributeInterceptor
interface
SessionAssociableInterceptor
Classes in org.hibernate.bytecode.enhance.spi.interceptor that implement PersistentAttributeInterceptor Modifier and Type Class Description class
AbstractInterceptor
class
AbstractLazyLoadInterceptor
class
EnhancementAsProxyLazinessInterceptor
class
LazyAttributeLoadingInterceptor
Interceptor that loads attributes lazily -
Uses of PersistentAttributeInterceptor in org.hibernate.bytecode.internal
Methods in org.hibernate.bytecode.internal with parameters of type PersistentAttributeInterceptor Modifier and Type Method Description void
BytecodeEnhancementMetadataNonPojoImpl. injectInterceptor(Object entity, PersistentAttributeInterceptor interceptor, SharedSessionContractImplementor session)
void
BytecodeEnhancementMetadataPojoImpl. injectInterceptor(Object entity, PersistentAttributeInterceptor interceptor, SharedSessionContractImplementor session)
-
Uses of PersistentAttributeInterceptor in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi with parameters of type PersistentAttributeInterceptor Modifier and Type Method Description void
BytecodeEnhancementMetadata. injectInterceptor(Object entity, PersistentAttributeInterceptor interceptor, SharedSessionContractImplementor session)
-
Uses of PersistentAttributeInterceptor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return PersistentAttributeInterceptor Modifier and Type Method Description PersistentAttributeInterceptor
PersistentAttributeInterceptable. $$_hibernate_getInterceptor()
Methods in org.hibernate.engine.spi with parameters of type PersistentAttributeInterceptor Modifier and Type Method Description void
PersistentAttributeInterceptable. $$_hibernate_setInterceptor(PersistentAttributeInterceptor interceptor)
-