Uses of Interface
org.hibernate.engine.spi.PersistentAttributeInterceptor
-
Packages that use PersistentAttributeInterceptor Package Description org.hibernate.bytecode.enhance.spi.interceptor interceptor implementationsorg.hibernate.bytecode.internal org.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.engine.spi -
-
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)
-