Uses of Interface
org.hibernate.engine.spi.PersistentAttributeInterceptor
Packages that use PersistentAttributeInterceptor
Package
Description
Support for bytecode interceptor implementations.
Package defining bytecode code enhancement (instrumentation) support.
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.interceptorModifier and TypeInterfaceDescriptioninterface
interface
Classes in org.hibernate.bytecode.enhance.spi.interceptor that implement PersistentAttributeInterceptorModifier and TypeClassDescriptionclass
class
class
class
Interceptor that loads attributes lazily -
Uses of PersistentAttributeInterceptor in org.hibernate.bytecode.internal
Methods in org.hibernate.bytecode.internal with parameters of type PersistentAttributeInterceptorModifier and TypeMethodDescriptionvoid
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 PersistentAttributeInterceptorModifier and TypeMethodDescriptionvoid
BytecodeEnhancementMetadata.injectInterceptor
(Object entity, PersistentAttributeInterceptor interceptor, SharedSessionContractImplementor session) -
Uses of PersistentAttributeInterceptor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return PersistentAttributeInterceptorMethods in org.hibernate.engine.spi with parameters of type PersistentAttributeInterceptorModifier and TypeMethodDescriptionvoid
PersistentAttributeInterceptable.$$_hibernate_setInterceptor
(PersistentAttributeInterceptor interceptor) -
Uses of PersistentAttributeInterceptor in org.hibernate.sql.results.graph.entity.internal
Methods in org.hibernate.sql.results.graph.entity.internal that return PersistentAttributeInterceptor