Example usage for org.springframework.transaction.annotation TransactionManagementConfigurer interface-usage

List of usage examples for org.springframework.transaction.annotation TransactionManagementConfigurer interface-usage

Introduction

In this page you can find the example usage for org.springframework.transaction.annotation TransactionManagementConfigurer interface-usage.

Usage

From source file dk.nsi.minlog.export.config.DatabaseConfig.java

@Configuration
@EnableTransactionManagement
@ComponentScan({ "dk.nsi.minlog.export.dao.ebean" })
public class DatabaseConfig implements TransactionManagementConfigurer {
    static final Logger logger = Logger.getLogger(DatabaseConfig.class);

From source file fastUpload.util.MyBatisConfig.java

/**
 * MyBatis?
 *
 * @author liuzh
 * @since 2015-12-19 10:11
 */

From source file dk.nsi.minlog.test.TestDBConfig.java

/**
 * Creates an embedded mysql server process to run tests against.
 * 
 * @author kpi
 *
 */

From source file com.company.project.config.DataConfig.java

/**
 *
 * @author Romer
 */
@Configuration
//@EnableAspectJAutoProxy(proxyTargetClass = true)