public class RelationChange extends Object
| Constructor and Description |
|---|
RelationChange(com.ohmdb.relation.RelationChange.ChangeType type,
long from,
long to) |
| Modifier and Type | Method and Description |
|---|---|
static RelationChange |
delink(long fromId,
long toId) |
static RelationChange |
link(long fromId,
long toId) |
public RelationChange(com.ohmdb.relation.RelationChange.ChangeType type,
long from,
long to)
public static RelationChange link(long fromId, long toId)
public static RelationChange delink(long fromId, long toId)
Copyright © 2013–2014 Nikolche Mihajlovski. All rights reserved.