站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

DelayedPostInsertIdentifier (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.action
Class DelayedPostInsertIdentifier

java.lang.Object
  extended byorg.hibernate.action.DelayedPostInsertIdentifier
All Implemented Interfaces:
Serializable

public class DelayedPostInsertIdentifier
extends Object
implements Serializable

Acts as a stand-in for an entity identifier which is supposed to be generated on insert (like an IDENTITY column) where the insert needed to be delayed because we were outside a transaction when the persist occurred (save currently still performs the insert).

The stand-in is only used within the PersistenceContext in order to distinguish one instance from another; it is never injected into the entity instance or returned to the client...

Author:
Steve Ebersole
See Also:
Serialized Form

Constructor Summary
DelayedPostInsertIdentifier()
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DelayedPostInsertIdentifier

public DelayedPostInsertIdentifier()
Method Detail

equals

public boolean equals(Object o)

hashCode

public int hashCode()

toString

public String toString()