public class DelayedPostInsertIdentifier extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<DelayedPostInsertIdentifier>
PersistenceContext
in order to distinguish one instance from another; it is never injected into
the entity instance or returned to the client...Constructor and Description |
---|
DelayedPostInsertIdentifier()
Constructs a DelayedPostInsertIdentifier
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(DelayedPostInsertIdentifier that) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public DelayedPostInsertIdentifier()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(DelayedPostInsertIdentifier that)
compareTo
in interface java.lang.Comparable<DelayedPostInsertIdentifier>
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.