public class

DelayedPostInsertIdentifier

extends Object
implements Serializable
java.lang.Object
   ↳ org.hibernate.action.DelayedPostInsertIdentifier

Class Overview

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...

Summary

Public Constructors
DelayedPostInsertIdentifier()
Public Methods
boolean equals(Object o)
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DelayedPostInsertIdentifier ()

Public Methods

public boolean equals (Object o)

public int hashCode ()

public String toString ()