transactional1 MyBatis 를 이용하여 executeBatch 처리하기 ibatis 를 이용하여 sql 을 묶음으로 처리 할 수 있었던 executeBatch() 를 MyBatis 에서는 어떻게 할 수 있을까요? ibatis 와 유사하게 아래와 같이 진행할 수 있습니다. @Configuration @MapperScan(basePackages = "com.mybatis.mapper", sqlSessionTemplateRef = "sqlSessionTemplate") public class MyBatisConfig { @Autowired private DataSource dataSource; @Bean(name = "sqlSessionFactoryBean") public SqlSessionFactoryBean sqlSessionFactoryBean() throws Excepti.. 2016. 6. 22. 이전 1 다음