public interface EntityLinks
Modifier and Type | Method and Description |
---|---|
Collection<Long> |
addedRelIds() |
void |
addRelTo(long toId) |
Collection<Long> |
allRelIds() |
long |
fromId() |
String |
relationName() |
Collection<Long> |
removedRelIds() |
void |
removeRelTo(long toId) |
String relationName()
long fromId()
Collection<Long> addedRelIds()
Collection<Long> removedRelIds()
Collection<Long> allRelIds()
void addRelTo(long toId)
void removeRelTo(long toId)
Copyright © 2014–2015 Nikolche Mihajlovski. All rights reserved.