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
- SPC
- hadoop
- mybatis
- Kotlin
- GIT
- mapreduce
- xPlatform
- IntelliJ
- Sqoop
- tomcat
- 공정능력
- vaadin
- plugin
- react
- R
- Spring
- JavaScript
- table
- Android
- 보조정렬
- Python
- window
- Express
- SSL
- NPM
- Java
- Eclipse
- es6
- MSSQL
- SQL
Archives
- Today
- Total
반응형
목록Stored Procedure (1)
DBILITY
spring mybatis stored procedure ( oracle )
spring 3.1.1, mybatis 3.2.7, spring-mybatis 1.2.2, oracle 11g r2 환경하에서 spring task로 oracle stored procedure 실행 후 결과를 받는 실례 중 주요코드입니다. sched.java @Scheduled(cron = "${cron.SCHED001_FILTER_INSERT}") public void cronSched001FilterInsert() throws Exception { service.execProcdure("SCHED001_FILTER_INSERT"); } service.java @Async public void execProcdure(String procNm) throws Exception { HashMap comman..
java/spring
2016. 9. 24. 22:47
반응형