Uses of Interface
org.hibernate.engine.spi.PersistentAttributeInterceptable
-
Packages that use PersistentAttributeInterceptable Package Description org.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.engine.spi org.hibernate.tuple.entity -
-
Uses of PersistentAttributeInterceptable in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that return PersistentAttributeInterceptable Modifier and Type Method Description PersistentAttributeInterceptableBytecodeEnhancementMetadata. 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 with parameters of type PersistentAttributeInterceptable Modifier and Type Method Description voidPersistenceContext. addEnhancedProxy(EntityKey key, PersistentAttributeInterceptable entity)Cross betweenPersistenceContext.addEntity(EntityKey, Object)andPersistenceContext.addProxy(EntityKey, Object)for use with enhancement-as-proxy -
Uses of PersistentAttributeInterceptable in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return PersistentAttributeInterceptable Modifier and Type Method Description PersistentAttributeInterceptableBytecodeEnhancementMetadataNonPojoImpl. createEnhancedProxy(EntityKey keyToLoad, boolean addEmptyEntry, SharedSessionContractImplementor session)PersistentAttributeInterceptableBytecodeEnhancementMetadataPojoImpl. createEnhancedProxy(EntityKey entityKey, boolean addEmptyEntry, SharedSessionContractImplementor session)
-