I am using spring data JDBC.
I normally use the specific repository object as auto-wired and perform the necessary operation.
Let us consider, I have employees who belong to a specific continent.
We have a repository for each continent.
After retrieving data from employee table, based on his continent value, need to initialize the specific continent reporisotory.
Can you please guide me on how to create a repository object dynamically?