Uses of Class
org.hibernate.bytecode.enhance.spi.EnhancementException
Packages that use EnhancementException
Package
Description
package containing bytecode enhancement code (internals)
Package defining bytecode code enhancement (instrumentation) support.
-
Uses of EnhancementException in org.hibernate.bytecode.enhance
Subclasses of EnhancementException in org.hibernate.bytecode.enhanceModifier and TypeClassDescriptionclass
Indicates that the version of Hibernate used to enhance a class is different from the version being used at runtime. -
Uses of EnhancementException in org.hibernate.bytecode.enhance.internal.bytebuddy
Methods in org.hibernate.bytecode.enhance.internal.bytebuddy that throw EnhancementException -
Uses of EnhancementException in org.hibernate.bytecode.enhance.spi
Methods in org.hibernate.bytecode.enhance.spi that throw EnhancementExceptionModifier and TypeMethodDescriptionvoid
Enhancer.discoverTypes
(String className, byte[] originalBytes) Discovers types prior to enhancement.byte[]
Performs the enhancement.