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