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