spring-data-relational icon indicating copy to clipboard operation
spring-data-relational copied to clipboard

SqlGenerator caches statement thereby disabling dynamic NamingStrategies [DATAJDBC-208]

Open spring-projects-issues opened this issue 7 years ago • 1 comments
trafficstars

Jens Schauder opened DATAJDBC-208 and commented


Issue Links:

  • DATAJDBC-358 CrudRepositories with dynamic table names ("is duplicated by")

spring-projects-issues avatar Apr 19 '18 10:04 spring-projects-issues

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.

schauder avatar Jan 21 '21 08:01 schauder