How to connect to multiple databases in Hibernate

后端 未结 6 806
长发绾君心
长发绾君心 2020-11-27 16:37

I am new bee to Hibernate and trying out things. One thing that seems to amuse all is how to connect to different databases? I have two questions here:

  1. If in t
6条回答
  •  再見小時候
    2020-11-27 17:06

    You can also Add mapping class in configuration.xml file

    Note : this is for annotations and for resources use resources keyword instead of class

    
    
    

提交回复
热议问题