public abstract class GlobalId extends Object
| Constructor and Description |
|---|
GlobalId() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(GlobalIdDTO o) |
boolean |
equals(Object o) |
abstract ManagedClass |
getCdoClass()
Class of client's domain object, preferably
Entity |
abstract 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
|
int |
hashCode() |
String |
toString() |
abstract String |
value()
For ex.:
org.javers.core.model.SnapshotEntity/1
org.javers.core.model.SnapshotEntity/2#setOfValueObjects
|
public abstract ManagedClass getCdoClass()
Entitypublic abstract Object getCdoId()
public abstract String value()
For ex.: org.javers.core.model.SnapshotEntity/1 org.javers.core.model.SnapshotEntity/2#setOfValueObjects
public boolean equals(GlobalIdDTO o)
Copyright © 2014. All rights reserved.