1. <small id='1KvC5'></small><noframes id='1KvC5'>

  2. <legend id='1KvC5'><style id='1KvC5'><dir id='1KvC5'><q id='1KvC5'></q></dir></style></legend>
    <tfoot id='1KvC5'></tfoot>

        <bdo id='1KvC5'></bdo><ul id='1KvC5'></ul>
      <i id='1KvC5'><tr id='1KvC5'><dt id='1KvC5'><q id='1KvC5'><span id='1KvC5'><b id='1KvC5'><form id='1KvC5'><ins id='1KvC5'></ins><ul id='1KvC5'></ul><sub id='1KvC5'></sub></form><legend id='1KvC5'></legend><bdo id='1KvC5'><pre id='1KvC5'><center id='1KvC5'></center></pre></bdo></b><th id='1KvC5'></th></span></q></dt></tr></i><div id='1KvC5'><tfoot id='1KvC5'></tfoot><dl id='1KvC5'><fieldset id='1KvC5'></fieldset></dl></div>

      如何连接hibernate和DB2

      时间:2023-09-30

    1. <legend id='PUdkP'><style id='PUdkP'><dir id='PUdkP'><q id='PUdkP'></q></dir></style></legend>
        <bdo id='PUdkP'></bdo><ul id='PUdkP'></ul>

        <small id='PUdkP'></small><noframes id='PUdkP'>

            <tbody id='PUdkP'></tbody>
              <tfoot id='PUdkP'></tfoot>
            • <i id='PUdkP'><tr id='PUdkP'><dt id='PUdkP'><q id='PUdkP'><span id='PUdkP'><b id='PUdkP'><form id='PUdkP'><ins id='PUdkP'></ins><ul id='PUdkP'></ul><sub id='PUdkP'></sub></form><legend id='PUdkP'></legend><bdo id='PUdkP'><pre id='PUdkP'><center id='PUdkP'></center></pre></bdo></b><th id='PUdkP'></th></span></q></dt></tr></i><div id='PUdkP'><tfoot id='PUdkP'></tfoot><dl id='PUdkP'><fieldset id='PUdkP'></fieldset></dl></div>
                本文介绍了如何连接hibernate和DB2的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                我正在运行一个使用 struts 和 hibernate 的应用程序.我目前正在使用 Derby 数据库.现在我必须转向 DB2 数据库.

                I am running an application that used struts and hibernate. I am currently using Derby database. Now i have to shift on DB2 database.

                请告诉我

                • 我要做的配置休眠配置文件?
                • 我是否必须设置任何类路径变量?
                • 我知道 DB2 有两个 jars(db2jcc.jar & db2jcc_license_cu.jar).我还需要其他罐子吗?
                • what Configuration I have to do in hibernate configuration file?
                • Do I have to set any classpath variable?
                • I know there are two jars for DB2 (db2jcc.jar & db2jcc_license_cu.jar). Is there any other jar I may need?

                提前致谢.

                推荐答案

                它应该适用于 db2jcc.jar

                将以下属性添加到您的 hibernate.cfg.xml

                Add below properties to your hibernate.cfg.xml

                <property name="hibernate.dialect">org.hibernate.dialect.DB2Dialect</property>
                
                <property name="hibernate.connection.driver_class">com.ibm.db2.jcc.DB2Driver</property>
                
                <property name="connection.url">jdbc:db2://<host>:<port50000>/<dbname></property>
                
                <property name="connection.username">dbusername</property>
                
                <property name="connection.password">dbpassword</property>
                

                根据您的配置更改最后 3 个属性

                Change last 3 properties according to your configuration

                这篇关于如何连接hibernate和DB2的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:跨集群共享 Java 同步块,还是使用全局锁? 下一篇:Weblogic:调用没有模式名称的 DB2 存储过程(属性

                相关文章

                最新文章

                  <small id='fD5Fa'></small><noframes id='fD5Fa'>

                1. <legend id='fD5Fa'><style id='fD5Fa'><dir id='fD5Fa'><q id='fD5Fa'></q></dir></style></legend>
                  • <bdo id='fD5Fa'></bdo><ul id='fD5Fa'></ul>
                  <tfoot id='fD5Fa'></tfoot>
                    <i id='fD5Fa'><tr id='fD5Fa'><dt id='fD5Fa'><q id='fD5Fa'><span id='fD5Fa'><b id='fD5Fa'><form id='fD5Fa'><ins id='fD5Fa'></ins><ul id='fD5Fa'></ul><sub id='fD5Fa'></sub></form><legend id='fD5Fa'></legend><bdo id='fD5Fa'><pre id='fD5Fa'><center id='fD5Fa'></center></pre></bdo></b><th id='fD5Fa'></th></span></q></dt></tr></i><div id='fD5Fa'><tfoot id='fD5Fa'></tfoot><dl id='fD5Fa'><fieldset id='fD5Fa'></fieldset></dl></div>