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 |
Tags
- kafka interactive query
- 카프카
- spring-batch
- gradle
- Slick
- Logstash
- aws
- enablekafkastreams
- kafka streams
- scala 2.10
- avo
- reactive
- spring-cloud-stream
- statestore
- 한빛미디어
- Elk
- Spring
- confluent
- kafkastream
- springboot
- scala
- play framework
- Elasticsearch
- kafkastreams
- Kafka
- 플레이 프레임워크
- spring-kafka
- coursera
- RabbitMQ
- schema registry
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