org.neodatis.odb.core.oid
Class OIDFactory

java.lang.Object
  extended by org.neodatis.odb.core.oid.OIDFactory

public class OIDFactory
extends java.lang.Object


Constructor Summary
OIDFactory()
           
 
Method Summary
static OID buildClassOID(long oid)
           
static OID buildObjectOID(long oid)
           
static OID oidFromString(java.lang.String oidString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OIDFactory

public OIDFactory()
Method Detail

buildObjectOID

public static OID buildObjectOID(long oid)

buildClassOID

public static OID buildClassOID(long oid)

oidFromString

public static OID oidFromString(java.lang.String oidString)