gpt4 book ai didi

java - 如何设置 hibernate 以使用 Glassfish 连接池?

转载 作者:行者123 更新时间:2023-12-04 06:56:22 24 4
gpt4 key购买 nike

我已经在 Glassfish 中设置了一个连接池,并为其设置了 jndi 资源。我很难过如何配置 hibernate 来获取它。

我遇到了很多关于将其配置为使用 C3P0 连接池的文章。好吧,我迷路了。我发现我需要设置:

hibernate.connection.datasource
hibernate.jndi.url
hibernate.jndi.class
hibernate.connection.username
hibernate.connection.password
  • 数据源是否与 hibernate.connection.datasource 相同在连接池中设置?
  • hibernate.jndi.class 会是什么?
  • hibernate.connection.username 和 hibernate.connection.password 是否用于连接到数据库或应用程序服务器?我假设这是数据库,但为什么我需要它们,因为它们都在应用程序服务器中设置?
  • 最佳答案

    article about hibernate basics似乎有你想要的信息。搜索字符串“使用 JNDI 数据源”。 list 2 很重要。您可能想将其与 list 1 进行比较...

    看起来您可以跳过 c3po,因此您的许多子问题都不适用。

    关于java - 如何设置 hibernate 以使用 Glassfish 连接池?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2508466/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com