ID - public class RevisionKey<ID> extends Object implements Serializable
| Constructor and Description |
|---|
RevisionKey(ID id,
int revision)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ID |
getId() |
int |
getRevision() |
int |
hashCode() |
void |
setId(ID id) |
void |
setRevision(int revision) |
public RevisionKey(ID id, int revision)
id - the ID of the original entityrevision - the revision numberCopyright © 2019 Open Circle Solutions. All rights reserved.