Package org.dmlite.model.persistent.db.db4o

Examples of org.dmlite.model.persistent.db.db4o.Db4oModelContext.empty()


  }

  public void empty() {
    if (domainContext instanceof Db4oModelContext) {
      Db4oModelContext db4oModelContext = (Db4oModelContext) domainContext;
      db4oModelContext.empty();
    }
  }

  public void close() {
    domainContext.close();
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.