fellow coders!
I have following problem:
I'm fetching data from database with @Table
entities and everything is perfect, but now I have to connect to multiple databases and I would like to preserve @Table
annotations.
I've seen some solutions for multi-database access (like this) but I don't quite understand how to use @Table
annotation with such solution. Is it somehow possible?