Ejemplo n.º 1
0
Archivo: DB.java Proyecto: rhauch/MapDB
 public DB(Engine engine, boolean strictDBGet) {
   this.engine = engine;
   this.strictDBGet = strictDBGet;
   reinit();
 }
Ejemplo n.º 2
0
 public DB(Engine engine, boolean strictDBGet) {
   this.engine = engine;
   this.strictDBGet = strictDBGet;
   engine.getSerializerPojo().setDb(this);
   reinit();
 }