Uses of Interface
org.hibernate.engine.spi.PersistentAttributeInterceptable
Packages that use PersistentAttributeInterceptable
Package
Description
Package defining bytecode code enhancement (instrumentation) support.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
-
Uses of PersistentAttributeInterceptable in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that return PersistentAttributeInterceptableModifier and TypeMethodDescriptionBytecodeEnhancementMetadata.createEnhancedProxy
(EntityKey keyToLoad, boolean addEmptyEntry, SharedSessionContractImplementor session) Create an "enhancement as proxy" instance for the given entity -
Uses of PersistentAttributeInterceptable in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return PersistentAttributeInterceptableModifier and TypeMethodDescriptiondefault PersistentAttributeInterceptable
PersistentAttributeInterceptable.asPersistentAttributeInterceptable()
Special internal contract to optimize type checkingdefault @Nullable PersistentAttributeInterceptable
PrimeAmongSecondarySupertypes.asPersistentAttributeInterceptable()
Methods in org.hibernate.engine.spi with parameters of type PersistentAttributeInterceptableModifier and TypeMethodDescriptionvoid
PersistenceContext.addEnhancedProxy
(EntityKey key, PersistentAttributeInterceptable entity) Cross betweenPersistenceContext.addEntity(EntityKey, Object)
andPersistenceContext.addProxy(EntityKey, Object)
for use with enhancement-as-proxy