Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 한빛미디어
- kafka streams
- 플레이 프레임워크
- coursera
- schema registry
- play framework
- kafkastream
- scala
- 카프카
- Slick
- avo
- aws
- Kafka
- statestore
- springboot
- Elk
- scala 2.10
- spring-cloud-stream
- spring-batch
- confluent
- kafkastreams
- enablekafkastreams
- Spring
- kafka interactive query
- reactive
- RabbitMQ
- Elasticsearch
- gradle
- Logstash
- spring-kafka
Archives
- Today
- Total
목록SqlMapClientTemplate (1)
b
SqlMapClientTemplate 의 내부
Source Link public int delete(final String statementName, final Object parameterObject)throws DataAccessException { return execute(new SqlMapClientCallback() {public Integer doInSqlMapClient(SqlMapExecutor executor) throws SQLException {return executor.delete(statementName, parameterObject);}});} 1. 모든 처리를 public execute 메소드가 위임 받는다.2. public execute 는SqlMapClientCallback action 를 argument로 받는다...
spring framework
2013. 2. 1. 10:16