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