Open
Description
MyeongHyeonLee opened DATAJDBC-385 and commented
The access scope of the SqlGenerator is package-public and can not be used.
I need to implement the DataAccessStrategy to support RDBMS vendors not supported by spring-data-jdbc.
I would like to reuse DefaultDataAccessStrategy and SqlGenerator.
Are you planning to change the access scope of the SqlGenerator to public?