1 21 package com.db4o; 22 23 28 public interface Db4oTypeImpl extends TransactionAware { 29 30 int adjustReadDepth(int a_depth); 31 32 boolean canBind(); 33 34 Object createDefault(Transaction a_trans); 35 36 boolean hasClassIndex(); 37 38 void replicateFrom(Object obj); 39 40 void setYapObject(YapObject a_yapObject); 41 42 Object storedTo(Transaction a_trans); 43 44 void preDeactivate(); 45 46 } 47 | Popular Tags |