|
Move Method public jooqConfig(connectionProvider ConnectionProvider, transactionProvider TransactionProvider, executeListenerProvider ExecuteListenerProvider) : Configuration from class org.jooq.example.spring.Application to public jooqConfig(connectionProvider ConnectionProvider, transactionProvider TransactionProvider, executeListenerProvider ExecuteListenerProvider) : Configuration from class org.jooq.example.spring.config.JooqSpringBootConfiguration |
From |
To |
|
Move Method public transactionProvider() : TransactionProvider from class org.jooq.example.spring.Application to public transactionProvider() : TransactionProvider from class org.jooq.example.spring.config.JooqSpringBootConfiguration |
From |
To |
|
Move Method public connectionProvider(dataSource DataSource) : ConnectionProvider from class org.jooq.example.spring.Application to public connectionProvider(dataSource DataSource) : ConnectionProvider from class org.jooq.example.spring.config.JooqSpringBootConfiguration |
From |
To |
|
Move Method public exceptionTranslator() : ExceptionTranslator from class org.jooq.example.spring.Application to public exceptionTranslator() : ExceptionTranslator from class org.jooq.example.spring.config.JooqSpringBootConfiguration |
From |
To |
|
Move Method public dsl(config Configuration) : DSLContext from class org.jooq.example.spring.Application to public dsl(config Configuration) : DSLContext from class org.jooq.example.spring.config.JooqSpringBootConfiguration |
From |
To |
|
Move Method public transactionManager(dataSource DataSource) : DataSourceTransactionManager from class org.jooq.example.spring.Application to public transactionManager(dataSource DataSource) : DataSourceTransactionManager from class org.jooq.example.spring.config.JooqSpringBootConfiguration |
From |
To |
|
Move Method public executeListenerProvider(exceptionTranslator ExceptionTranslator) : ExecuteListenerProvider from class org.jooq.example.spring.Application to public executeListenerProvider(exceptionTranslator ExceptionTranslator) : ExecuteListenerProvider from class org.jooq.example.spring.config.JooqSpringBootConfiguration |
From |
To |