For a project on which we do not have control over the structure of the database which is denormalized, we must query tables whose name contains country search criteria such as :
- PRODUCT_FR
- PRODUCT_ES
- PRODUCT_GB
Does Spring Data Jdbc support dynamic table names? And how ?