如何在Hibernate中使用多个数据库?

时间:2014-07-14 11:24:49

标签: java hibernate

我要求我需要为我的应用程序创建多个数据库,当用户登录时根据ID需要从相应的数据库中选择用户名和密码并登录。(不要使用多个sessoinfactory )。只通过创建hibernate cfg。

SessionFactory sessionFactory1 = new  Configuration().configure("oracleconfig.cfg.xml").buildSessionFactory();
    SessionFactory sessionFactory2 = new Configuration().configure("derbyconfig.cfg.xml").buildSessionFactory();

这里它的牧群编码了cfg文件,我可以动态地给出。

1 个答案:

答案 0 :(得分:0)

要生成和更改休眠连接,您可能会喜欢以下链接:Hibernate Documentation - Chapter 3: Configuration