Open
Description
Jens Schauder opened DATAJDBC-140 and commented
The Factory should have a constructor with minimal dependencies, (e.g. Datasource, instead of JdbcTemplate) and construct everything else from that.
Leave as little logic in the ..Bean since it is just an adapter to the spring world and any logic in there would need to get recreated for CDI or similar
Issue Links:
- DATAJDBC-151 JdbcRepositoryFactoryBean must be restructured to support other Spring modules