spring-data-relational
spring-data-relational copied to clipboard
SqlGenerator caches statement thereby disabling dynamic NamingStrategies [DATAJDBC-208]
trafficstars
Jens Schauder opened DATAJDBC-208 and commented
Issue Links:
- DATAJDBC-358 CrudRepositories with dynamic table names ("is duplicated by")
While the caching is a good thing by default an alternative that does not cache the SQL statements to allow for dynamic name generation would be nice.