org.modeshape.jdbc
Class JcrRowId

java.lang.Object
  extended by org.modeshape.jdbc.JcrRowId
All Implemented Interfaces:
RowId

public class JcrRowId
extends Object
implements RowId


Constructor Summary
JcrRowId(String path)
           
 
Method Summary
 byte[] getBytes()
          
 String getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.sql.RowId
equals, hashCode, toString
 

Constructor Detail

JcrRowId

public JcrRowId(String path)
Method Detail

getPath

public String getPath()

getBytes

public byte[] getBytes()

Specified by:
getBytes in interface RowId
See Also:
RowId.getBytes()


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.