public class UnboundedValueObjectId extends GlobalId
ValueObjectId global Id.| Constructor and Description |
|---|
UnboundedValueObjectId(ValueObject valueObject) |
| Modifier and Type | Method and Description |
|---|---|
ValueObject |
getCdoClass()
Class of client's domain object, preferably
Entity |
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
|
String |
value()
For ex.:
org.javers.core.model.SnapshotEntity/1
org.javers.core.model.SnapshotEntity/2#setOfValueObjects
|
public UnboundedValueObjectId(ValueObject valueObject)
public ValueObject getCdoClass()
GlobalIdEntitygetCdoClass in class GlobalIdpublic String value()
GlobalIdFor ex.: org.javers.core.model.SnapshotEntity/1 org.javers.core.model.SnapshotEntity/2#setOfValueObjects
Copyright © 2014. All rights reserved.