Uses of Package
org.hibernate.bytecode.internal.bytebuddy
Packages that use org.hibernate.bytecode.internal.bytebuddy
Package
Description
package containing bytecode enhancement code (internals)
Byte Buddy support internals
-
Classes in org.hibernate.bytecode.internal.bytebuddy used by org.hibernate.bytecode.enhance.internal.bytebuddyClassDescriptionA utility to hold all ByteBuddy related state, as in the current version of Hibernate the Bytecode Provider state is held in a static field, yet ByteBuddy is able to benefit from some caching and general state reuse.
-
Classes in org.hibernate.bytecode.internal.bytebuddy used by org.hibernate.bytecode.internal.bytebuddyClassDescriptionA utility to hold all ByteBuddy related state, as in the current version of Hibernate the Bytecode Provider state is held in a static field, yet ByteBuddy is able to benefit from some caching and general state reuse.Shared proxy definition helpers.
-
Classes in org.hibernate.bytecode.internal.bytebuddy used by org.hibernate.proxy.pojo.bytebuddyClassDescriptionA utility to hold all ByteBuddy related state, as in the current version of Hibernate the Bytecode Provider state is held in a static field, yet ByteBuddy is able to benefit from some caching and general state reuse.