接口的使用
org.hibernate.engine.spi.PersistentAttributeInterceptable
-
使用PersistentAttributeInterceptable的程序包 程序包 说明 org.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi org.hibernate.tuple.entity -
-
org.hibernate.bytecode.spi中PersistentAttributeInterceptable的使用
返回PersistentAttributeInterceptable的org.hibernate.bytecode.spi中的方法 修饰符和类型 方法 说明 PersistentAttributeInterceptableBytecodeEnhancementMetadata. createEnhancedProxy(EntityKey keyToLoad, boolean addEmptyEntry, SharedSessionContractImplementor session)Create an "enhancement as proxy" instance for the given entity -
org.hibernate.engine.internal中PersistentAttributeInterceptable的使用
参数类型为PersistentAttributeInterceptable的org.hibernate.engine.internal中的方法 修饰符和类型 方法 说明 voidStatefulPersistenceContext. addEnhancedProxy(EntityKey key, PersistentAttributeInterceptable entity) -
org.hibernate.engine.spi中PersistentAttributeInterceptable的使用
参数类型为PersistentAttributeInterceptable的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 voidPersistenceContext. addEnhancedProxy(EntityKey key, PersistentAttributeInterceptable entity)Cross betweenPersistenceContext.addEntity(EntityKey, Object)andPersistenceContext.addProxy(EntityKey, Object)for use with enhancement-as-proxy -
org.hibernate.tuple.entity中PersistentAttributeInterceptable的使用
返回PersistentAttributeInterceptable的org.hibernate.tuple.entity中的方法 修饰符和类型 方法 说明 PersistentAttributeInterceptableBytecodeEnhancementMetadataNonPojoImpl. createEnhancedProxy(EntityKey keyToLoad, boolean addEmptyEntry, SharedSessionContractImplementor session)PersistentAttributeInterceptableBytecodeEnhancementMetadataPojoImpl. createEnhancedProxy(EntityKey entityKey, boolean addEmptyEntry, SharedSessionContractImplementor session)
-