Uses of Class
org.hibernate.bytecode.spi.NotInstrumentedException
Packages that use NotInstrumentedException
Package
Description
Package defining bytecode code enhancement (instrumentation) support.
-
Uses of NotInstrumentedException in org.hibernate.bytecode.internal
Methods in org.hibernate.bytecode.internal that throw NotInstrumentedExceptionModifier and TypeMethodDescription@Nullable LazyAttributeLoadingInterceptor
BytecodeEnhancementMetadataNonPojoImpl.extractInterceptor
(Object entity) @Nullable LazyAttributeLoadingInterceptor
BytecodeEnhancementMetadataPojoImpl.extractInterceptor
(Object entity) @Nullable BytecodeLazyAttributeInterceptor
BytecodeEnhancementMetadataNonPojoImpl.extractLazyInterceptor
(Object entity) @Nullable BytecodeLazyAttributeInterceptor
BytecodeEnhancementMetadataPojoImpl.extractLazyInterceptor
(Object entity) BytecodeEnhancementMetadataNonPojoImpl.injectInterceptor
(Object entity, Object identifier, SharedSessionContractImplementor session) -
Uses of NotInstrumentedException in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that throw NotInstrumentedExceptionModifier and TypeMethodDescription@Nullable LazyAttributeLoadingInterceptor
BytecodeEnhancementMetadata.extractInterceptor
(Object entity) Extract the field interceptor instance from the enhanced entity.@Nullable BytecodeLazyAttributeInterceptor
BytecodeEnhancementMetadata.extractLazyInterceptor
(Object entity) BytecodeEnhancementMetadata.injectInterceptor
(Object entity, Object identifier, SharedSessionContractImplementor session) Build and inject an interceptor instance into the enhanced entity.