| Class | Description |
|---|---|
| BHiveBatchBeanJob |
Batch Bean을 주기적으로 호출하기 위한 Job
[사용방법]
<bean id="taskBatchJob1" class="bhive.spring.job.BHiveBatchBeanJob">
<constructor-arg index="0" value="was1"/>
<constructor-arg index="1" ref="jobBeanName"/>
<constructor-arg index="2" ref="executor"/>
</bean>
|
| BHiveMyBatisProcedureJob |
MyBatis의 프로시져를 주기적으로 호출하기 위한 Job
[실행방법]
특정 MyBatis 구문을 주기적으로 실행.
|
Copyright © 2018. All rights reserved.