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.org.hibernate.sql.results.graph.entity.internal -
-
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 interfaceBytecodeLazyAttributeInterceptorinterfaceSessionAssociableInterceptorClasses in org.hibernate.bytecode.enhance.spi.interceptor that implement PersistentAttributeInterceptor Modifier and Type Class Description classAbstractInterceptorclassAbstractLazyLoadInterceptorclassEnhancementAsProxyLazinessInterceptorclassLazyAttributeLoadingInterceptorInterceptor 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 voidBytecodeEnhancementMetadataNonPojoImpl. injectInterceptor(Object entity, PersistentAttributeInterceptor interceptor, SharedSessionContractImplementor session)voidBytecodeEnhancementMetadataPojoImpl. 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 voidBytecodeEnhancementMetadata. 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 PersistentAttributeInterceptorPersistentAttributeInterceptable. $$_hibernate_getInterceptor()Methods in org.hibernate.engine.spi with parameters of type PersistentAttributeInterceptor Modifier and Type Method Description voidPersistentAttributeInterceptable. $$_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 Modifier and Type Method Description static PersistentAttributeInterceptorEntityInitializerImpl. getAttributeInterceptor(Object entity)
-