You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
mp911de
changed the title
Move the assembly from JdbcRepositoryFactoryBean to the JdbcRepositoryFactory [DATAJDBC-140]
Move the assembly from JdbcRepositoryFactoryBean to the JdbcRepositoryFactory
Sep 13, 2023
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:
The text was updated successfully, but these errors were encountered: