public DbSqlSession getDbSqlSession() {
return new DbSqlSession(Context.getDbConnection(), Context.getCacheObject());
}
public MappingSqlSession getMappingSqlSession() {
return new MappingSqlSession(Context.getDbConnection(), Context.getCacheObject());
}