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