Uses of Package
org.hibernate.bytecode.enhance.spi
Packages that use org.hibernate.bytecode.enhance.spi
Package
Description
package containing bytecode enhancement code (internals)
specialized classes to keep track of changes
Package defining bytecode code enhancement (instrumentation) support.
Support for bytecode interceptor implementations.
Byte Buddy support internals
Package defining bytecode code enhancement (instrumentation) support.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
This package abstracts persistence mechanisms for entities.
-
Classes in org.hibernate.bytecode.enhance.spi used by org.hibernate.bytecode.enhanceClassDescriptionAn exception indicating some kind of problem performing bytecode enhancement.
-
Classes in org.hibernate.bytecode.enhance.spi used by org.hibernate.bytecode.enhance.internal.bytebuddyClassDescriptionThe context for performing an enhancement.An exception indicating some kind of problem performing bytecode enhancement.Class responsible for performing enhancement.
-
Classes in org.hibernate.bytecode.enhance.spi used by org.hibernate.bytecode.enhance.internal.trackerClassDescriptionInterface to be implemented by collection trackers that hold the expected size od collections, a simplified
Map<String, int>
. -
Classes in org.hibernate.bytecode.enhance.spi used by org.hibernate.bytecode.enhance.spiClassDescriptionThe context for performing an enhancement.An exception indicating some kind of problem performing bytecode enhancement.The expected behavior when encountering a class that cannot be enhanced, in particular when attribute names don't match field names.
-
Classes in org.hibernate.bytecode.enhance.spi used by org.hibernate.bytecode.enhance.spi.interceptor
-
Classes in org.hibernate.bytecode.enhance.spi used by org.hibernate.bytecode.internal.bytebuddyClassDescriptionThe context for performing an enhancement.Class responsible for performing enhancement.
-
Classes in org.hibernate.bytecode.enhance.spi used by org.hibernate.bytecode.internal.noneClassDescriptionThe context for performing an enhancement.Class responsible for performing enhancement.
-
Classes in org.hibernate.bytecode.enhance.spi used by org.hibernate.bytecode.spiClassDescriptionThe context for performing an enhancement.Class responsible for performing enhancement.
-
Classes in org.hibernate.bytecode.enhance.spi used by org.hibernate.engine.spiClassDescriptionInterface to be implemented by collection trackers that hold the expected size od collections, a simplified
Map<String, int>
.Deprecated.Prefer the form of these methods defined onBytecodeLazyAttributeInterceptor
instead -
Classes in org.hibernate.bytecode.enhance.spi used by org.hibernate.jpa.boot.internal
-
Classes in org.hibernate.bytecode.enhance.spi used by org.hibernate.jpa.boot.spi
-
Classes in org.hibernate.bytecode.enhance.spi used by org.hibernate.jpa.internal.enhance
-
Classes in org.hibernate.bytecode.enhance.spi used by org.hibernate.persister.entityClassDescriptionContract for controlling how lazy properties get initialized.
-
Classes in org.hibernate.bytecode.enhance.spi used by org.hibernate.testing.bytecode.enhancementClassDescriptiondefault implementation of EnhancementContext.The context for performing an enhancement.
-
Classes in org.hibernate.bytecode.enhance.spi used by org.hibernate.testing.orm.jpa
-
Classes in org.hibernate.bytecode.enhance.spi used by org.hibernate.testing.orm.junit
BytecodeLazyAttributeInterceptor
instead