Example #1
0
 @Override
 public boolean relationshipExists(long relationshipId) {
   return relationshipStore.inUse(relationshipId);
 }