One entity for multiple tables across different databases
I am building Spring Boot 3
application that needs to extract data from client databases. For now, there are 18 client databases (the count is most likely to increase). All are snowflake databases. future databases will also be Snowflake. The number of tables and views will also be the same eventually including their structure.
Hibernate errors stop the spring-boot:run
When i do mvn spring-boot:run, 2 errors are throw. I don’t know what causes this.
Cannot resolve symbol ‘HibernateEntityManagerFactory’
I have this code used in org.hibernate:hibernate-entitymanager:5.6.15.Final