Uses of Package
org.hibernate.bytecode.enhance.spi
-
Packages that use org.hibernate.bytecode.enhance.spi Package Description org.hibernate.bytecode.enhance.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.bytecode.enhance.spi.interceptor Support for bytecode interceptor implementations.org.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.jpa.boot.spi org.hibernate.persister.entity This package abstracts persistence mechanisms for entities. -
Classes in org.hibernate.bytecode.enhance.spi used by org.hibernate.bytecode.enhance.spi Class Description EnhancementContext The context for performing an enhancement.EnhancementException An exception indicating some kind of problem performing bytecode enhancement.UnloadedClass UnloadedField -
Classes in org.hibernate.bytecode.enhance.spi used by org.hibernate.bytecode.enhance.spi.interceptor Class Description LazyPropertyInitializer.InterceptorImplementor Deprecated.Prefer the form of these methods defined onBytecodeLazyAttributeInterceptorinstead -
Classes in org.hibernate.bytecode.enhance.spi used by org.hibernate.bytecode.spi Class Description EnhancementContext The context for performing an enhancement.Enhancer Class responsible for performing enhancement. -
Classes in org.hibernate.bytecode.enhance.spi used by org.hibernate.engine.spi Class Description CollectionTracker Interface to be implemented by collection trackers that hold the expected size od collections, a simplifiedMap<String, int>.LazyPropertyInitializer.InterceptorImplementor Deprecated.Prefer the form of these methods defined onBytecodeLazyAttributeInterceptorinstead -
Classes in org.hibernate.bytecode.enhance.spi used by org.hibernate.jpa.boot.spi Class Description EnhancementContext The context for performing an enhancement. -
Classes in org.hibernate.bytecode.enhance.spi used by org.hibernate.persister.entity Class Description LazyPropertyInitializer Contract for controlling how lazy properties get initialized.