Uses of Package
org.hibernate.bytecode.enhance.internal.bytebuddy
Packages that use org.hibernate.bytecode.enhance.internal.bytebuddy
Package
Description
package containing bytecode enhancement code (internals)
Byte Buddy support internals
-
Classes in org.hibernate.bytecode.enhance.internal.bytebuddy used by org.hibernate.bytecode.enhance.internal.bytebuddyClassDescriptionWe differentiate between core classes and application classes during symbol resolution for the purposes of entity enhancement.A TypePool which only loads, and caches, types whose package name starts with certain chosen prefixes.Extends the TypePool contract of ByteBuddy with our additional needs.
-
Classes in org.hibernate.bytecode.enhance.internal.bytebuddy used by org.hibernate.bytecode.internal.bytebuddyClassDescriptionExtends the TypePool contract of ByteBuddy with our additional needs.Extracts constants used by EnhancerImpl.