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