CrudRepositories with dynamic table names [DATAJDBC-358] #580
Labels
in: repository
Repositories abstraction
status: duplicate
A duplicate of another issue
type: enhancement
A general enhancement
Philipp Jauert opened DATAJDBC-358 and commented
We have a few set of database tables which should created, duplicated (renamed) and deleted dynamically during runtime. Thats are "audit" tables with a numeric suffix (e.g. USER_2, USER_42, ADDRESS_2, ADDRESS_42).
So we have the same structure but the table name differs. It is possible to use different tablenames on an existing CrudRepository when we invoke the methods?
Issue Links:
("duplicates")
The text was updated successfully, but these errors were encountered: