コード例 #1
0
ファイル: ORecordId.java プロジェクト: FHeNuS/orientdb
 public boolean isPersistent() {
   return clusterId > -1 && clusterPosition.isPersistent();
 }