Paul Jones

Results 1 comments of Paul Jones

To specify a JdbcConverter for a particular repository, is there any reason I shouldn't override the repositoryFactoryBeanClass by doing the following? ``` @EnableJdbcRepositories( repositoryFactoryBeanClass = MyRepositoryFactoryBean.class, basePackages = "com.my.pacakges.repository", transactionManagerRef...