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