Package org.objectweb.speedo.runtime.query

Examples of org.objectweb.speedo.runtime.query.PORemover


  protected void prepareTest(TaskManager tm, Object ctx) {
    super.prepareTest(tm, ctx);
    if (oids!=null) {
      oids=null; // force initialization of the database in PrepareTask
      // delete previous data
      new PORemover(getName()).testRemovingOfPersistentObject();
    }
  }
View Full Code Here

TOP

Related Classes of org.objectweb.speedo.runtime.query.PORemover

Copyright © 2018 www.massapicom. 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.