function testGetIdentifierValues()
 {
     $i = new Mapped('#1:1');
     $this->assertEquals('#1:1', $this->metadata->getIdentifierValue($i));
 }
 /**
  * @param object $document
  *
  * @return bool
  */
 public function exists($document)
 {
     $rid = $this->class->getIdentifierValue($document);
     return $this->binding->documentExists($rid);
 }