public class UnboundedValueObjectId extends GlobalId
ValueObjectId global Id.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
UNBOUNDED_FRAGMENT |
| Constructor and Description |
|---|
UnboundedValueObjectId(ValueObject valueObject) |
| Modifier and Type | Method and Description |
|---|---|
ValueObject |
getCdoClass()
Class of client's domain object, preferably
Entity |
java.lang.Object |
getCdoId()
ID of Client's domain object, should be unique in Class scope,
for example database primary key or any domain identifier like user.login
|
java.lang.String |
getFragment() |
java.lang.String |
value()
For ex.:
org.javers.core.model.SnapshotEntity/1
org.javers.core.model.SnapshotEntity/2#setOfValueObjects
|
public static final java.lang.String UNBOUNDED_FRAGMENT
public UnboundedValueObjectId(ValueObject valueObject)
public ValueObject getCdoClass()
GlobalIdEntitygetCdoClass in class GlobalIdpublic java.lang.String value()
GlobalIdFor ex.: org.javers.core.model.SnapshotEntity/1 org.javers.core.model.SnapshotEntity/2#setOfValueObjects
public java.lang.String getFragment()