session « Column « JPA Q&A





1. different prefix for tables and columns in one session    forum.hibernate.org

Hi! Before I can tell you my question I have to explain te context of it. I have two databases that are on the same server. Each database has a prefix that is used for the tables and columns in that database. I wrote 2 session factories one for each database and used the naming strategy on each session. And is ...