Package com.alvazan.test.db

Examples of com.alvazan.test.db.Marker


    other.clearDatabase(true);
  }
 
  @Test
  public void testInsertAndLoadMarker() {
    Marker m = new Marker();
    m.setId("one");
   
    // persist marker
    mgr.put(m);
    mgr.flush();
   
View Full Code Here

TOP

Related Classes of com.alvazan.test.db.Marker

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.