Ejemplo n.º 1
0
 protected void setDefaultDataSource() {
   DatabaseContextHolder.setDateBaseType(Constant.DATASOURCE_DEFAULT);
 }
Ejemplo n.º 2
0
 protected void setReadOnlyDataSource() {
   DatabaseContextHolder.setDateBaseType(Constant.DATASOURCE_READ);
 }