Package org.persvr.datasource.JavaScriptDB

Examples of org.persvr.datasource.JavaScriptDB.IndexTraverser.nextObject()


    }
    traverser.minKey = noVersionObjectId;
    traverser.maxKey = noVersionObjectId;
    Persistable object;
    // this should trigger the loading of the object
    if((object = (Persistable) traverser.nextObject()) == null){
      throw new ObjectNotFoundException(this, objectId);
    }
    //FIXME: remove this
/*    if((Persistable) traverser.nextObject() != null){
      throw new IllegalStateException("shouldn't be duplicate ids");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.