| Class | Description |
|---|---|
| AutoCommitDisableJdbcTemplate | |
| HashMapRowMapper |
row를 mapper으로 매핑하는 RowMapper
|
| LinkedHashMapRowMapper |
row를 linked hash map 으로 매핑하는 RowMapper
|
| ProcedureCallOption<R> |
프로시져 호출 옵션 객체
|
| ProcedureCallOption.KeyConverter |
key converter
|
| ProcedureCallOption.ProcedureCallOptionBuilder<R> | |
| ProcedureCallResult<R> |
프로시져 호출 결과 값
|
| UstraMySqlProcedureManager |
MySql용 UstraProcedureManager
|
| UstraOracleProcedureManager | |
| UstraPostgreProcedureJdbcCall | |
| UstraPostgreProcedureManager |
Postgre ProcedureManager
|
| UstraProcedureJdbcCall | |
| UstraProcedureManager | |
| UstraSqlProcedureManager |
SimpleJdbcCall call = new SimpleJdbcCall(this.jdbc)
.withProcedureName("get_users3")
.returningResultSet("rs1", new ParameterizedRowMapper
|