Uses of Package
org.hibernate.bytecode.spi
Packages that use org.hibernate.bytecode.spi
Package
Description
Package defining bytecode code enhancement (instrumentation) support.
Package defining bytecode code enhancement (instrumentation) support.
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
This package abstracts persistence mechanisms for entities.
-
Classes in org.hibernate.bytecode.spi used by org.hibernate.bytecode.enhance.spi
-
Classes in org.hibernate.bytecode.spi used by org.hibernate.bytecode.spiClassDescriptionA proxy factory for "basic proxy" generation.Indicates a condition where an instrumented/enhanced class was expected, but the class was not instrumented/enhanced.An interface for factories of
proxy factory
instances.Represents reflection optimization for a particular class.Represents optimized entity property access.Represents optimized entity instantiation. -
Classes in org.hibernate.bytecode.spi used by org.hibernate.jpa.boot.spiClassDescriptionA persistence provider provides an instance of this interface to the
PersistenceUnitInfo.addTransformer(jakarta.persistence.spi.ClassTransformer)
method. -
Classes in org.hibernate.bytecode.spi used by org.hibernate.metamodel.spi
-
Classes in org.hibernate.bytecode.spi used by org.hibernate.persister.entityClassDescriptionEncapsulates bytecode enhancement information about a particular entity.Represents optimized entity property access.
-
Classes in org.hibernate.bytecode.spi used by org.hibernate.tuple.entityClassDescriptionEncapsulates bytecode enhancement information about a particular entity.