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