コード例 #1
0
ファイル: TxStateImpl.java プロジェクト: joeywu/neo4j
 @Override
 public boolean relationshipIsAddedInThisTx(long relationshipId) {
   return legacyState.relationshipIsAddedInThisTx(relationshipId);
 }