@Embeddable
public class PersistentStateRef
Embedded class StateRef representation used in state mapping.
class StateRefpublic PersistentStateRef(@NotNull
java.lang.String txId,
int index)
Embedded class StateRef representation used in state mapping.
class StateRefpublic PersistentStateRef(@NotNull
StateRef stateRef)
@NotNull public java.lang.String getTxId()
public void setTxId(@NotNull
java.lang.String p)
public int getIndex()
public void setIndex(int p)
@NotNull public java.lang.String component1()
public int component2()
@NotNull public PersistentStateRef copy(@NotNull java.lang.String txId, int index)
Embedded class StateRef representation used in state mapping.
class StateRef@NotNull public java.lang.String toString()
Embedded class StateRef representation used in state mapping.
class StateRefpublic int hashCode()
Embedded class StateRef representation used in state mapping.
class StateRefpublic boolean equals(@Nullable
java.lang.Object p)
Embedded class StateRef representation used in state mapping.
class StateRef