Uses of Interface
org.hibernate.engine.spi.PersistentAttributeInterceptor
-
Packages that use PersistentAttributeInterceptor Package Description org.hibernate.bytecode.enhance.spi.interceptor interceptor implementationsorg.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.engine.spi org.hibernate.tuple.entity -
-
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.spi
Methods in org.hibernate.bytecode.spi with parameters of type PersistentAttributeInterceptor Modifier and Type Method Description voidBytecodeEnhancementMetadata. injectInterceptor(java.lang.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.tuple.entity
Methods in org.hibernate.tuple.entity with parameters of type PersistentAttributeInterceptor Modifier and Type Method Description voidBytecodeEnhancementMetadataNonPojoImpl. injectInterceptor(java.lang.Object entity, PersistentAttributeInterceptor interceptor, SharedSessionContractImplementor session)voidBytecodeEnhancementMetadataPojoImpl. injectInterceptor(java.lang.Object entity, PersistentAttributeInterceptor interceptor, SharedSessionContractImplementor session)
-