how to configure hibernate config file for sql server

前端 未结 6 1377
慢半拍i
慢半拍i 2020-11-27 13:43

Here is the config file for MySQL:


  
    o         


        
6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-27 14:24

    We also need to mention default schema for SQSERVER: dbo

    dbo
    

    Tested with hibernate 4

提交回复
热议问题