我知道应用程序服务器通常可以通过JNDI提供与数据库的连接。是否有可能在Java SE中运行的hibernate提供像应用程序容器这样的JNDI url / datasource,例如Tomcat / Glassfish / Jetty通常会这样做?
答案 0 :(得分:0)
来自the documentation似乎应该可以。您只需提供一些参数:
JNDI数据源的重要Hibernate属性
hibernate.connection.datasource(必填)
hibernate.jndi.url
hibernate.jndi.class
hibernate.connection.username
hibernate.connection.password