My Project has 2 mysql databases. I have written JPA's for them. But while running it gives error.
Example: Database: One Table: Table1 Database: Two Table Table2
While creating entity manager for database "One" it says "Table2" missing & While creating entity manager for database "Two" it says "Table1" missing.