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 LazyAttributeLoadingInterceptorBytecodeEnhancementMetadataNonPojoImpl. extractInterceptor(Object entity)@Nullable LazyAttributeLoadingInterceptorBytecodeEnhancementMetadataPojoImpl. extractInterceptor(Object entity)@Nullable BytecodeLazyAttributeInterceptorBytecodeEnhancementMetadataNonPojoImpl. extractLazyInterceptor(Object entity)@Nullable BytecodeLazyAttributeInterceptorBytecodeEnhancementMetadataPojoImpl. extractLazyInterceptor(Object entity)LazyAttributeLoadingInterceptorBytecodeEnhancementMetadataNonPojoImpl. 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 LazyAttributeLoadingInterceptorBytecodeEnhancementMetadata. extractInterceptor(Object entity)Extract the field interceptor instance from the enhanced entity.@Nullable BytecodeLazyAttributeInterceptorBytecodeEnhancementMetadata. extractLazyInterceptor(Object entity)LazyAttributeLoadingInterceptorBytecodeEnhancementMetadata. injectInterceptor(Object entity, Object identifier, SharedSessionContractImplementor session)Build and inject an interceptor instance into the enhanced entity.
-