Uses of Class
org.hibernate.bytecode.enhance.spi.EnhancementException
-
Packages that use EnhancementException Package Description org.hibernate.bytecode.enhance org.hibernate.bytecode.enhance.internal.bytebuddy package containing bytecode enhancement code (internals)org.hibernate.bytecode.enhance.spi Package defining bytecode code enhancement (instrumentation) support. -
-
Uses of EnhancementException in org.hibernate.bytecode.enhance
Subclasses of EnhancementException in org.hibernate.bytecode.enhance Modifier and Type Class Description class
VersionMismatchException
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 Modifier and Type Method Description byte[]
EnhancerImpl. enhance(String className, byte[] originalBytes)
Performs the enhancement. -
Uses of EnhancementException in org.hibernate.bytecode.enhance.spi
Methods in org.hibernate.bytecode.enhance.spi that throw EnhancementException Modifier and Type Method Description void
Enhancer. discoverTypes(String className, byte[] originalBytes)
Discovers types prior to enhancement.byte[]
Enhancer. enhance(String className, byte[] originalBytes)
Performs the enhancement.
-