public void setDefaultIsolation(String isolation) {
   setDefaultTransactionIsolation(FBTpbMapper.getTransactionIsolationLevel(isolation));
 }