类 DelayedPostInsertIdentifier
- java.lang.Object
-
- org.hibernate.action.internal.DelayedPostInsertIdentifier
-
- 所有已实现的接口:
Serializable,Comparable<DelayedPostInsertIdentifier>
public class DelayedPostInsertIdentifier extends Object implements Serializable, Comparable<DelayedPostInsertIdentifier>
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 thePersistenceContextin order to distinguish one instance from another; it is never injected into the entity instance or returned to the client...- 作者:
- Steve Ebersole, Sanne Grinovero
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 DelayedPostInsertIdentifier()Constructs a DelayedPostInsertIdentifier
-
-
-
方法详细资料
-
compareTo
public int compareTo(DelayedPostInsertIdentifier that)
- 指定者:
compareTo在接口中Comparable<DelayedPostInsertIdentifier>
-
-