<bdo id='Vfp3E'></bdo><ul id='Vfp3E'></ul>

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

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

      <tfoot id='Vfp3E'></tfoot>

        如何在同一个应用程序中同时使用 Spring JPA 和 Hibernate?

        How to use Spring JPA and Hibernate together in same application?(如何在同一个应用程序中同时使用 Spring JPA 和 Hibernate?)

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

                <legend id='lIdHL'><style id='lIdHL'><dir id='lIdHL'><q id='lIdHL'></q></dir></style></legend>
              • <tfoot id='lIdHL'></tfoot>

                • <small id='lIdHL'></small><noframes id='lIdHL'>

                  本文介绍了如何在同一个应用程序中同时使用 Spring JPA 和 Hibernate?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在使用 Hibernate 5 和 Spring 5,我们希望我们的应用程序同时使用 Hibernate 和 Spring JPA.

                  I am using Hibernate 5 and Spring 5, and we want our application to use both Hibernate and Spring JPA together.

                  我们如何在 applicationContext.xml 文件中为这两个东西配置事务管理器并在应用程序中使用它们?

                  How do we configure the transaction managers for both these things in the applicationContext.xml file and use them in the application?

                  对于像实体管理器和会话这样的 bean 也是一样的吗?

                  Same thing for the beans like entity managers and sessions?

                  谢谢

                  推荐答案

                  JPA是规范,hibernate是JPA的实现之一.不知道你到底在问什么.如果您使用的是 Hibernate,您将配置会话事务管理器.

                  JPA is specification and hibernate is one of the implementation of JPA. Not sure what exactly you are asking. If you are using Hibernate, you will configure session transaction manager.

                  例如

                  <bean id="sessionFactory" class="org.springframework.orm.hibernate5.LocalSessionFactoryBean">
                      <property name="dataSource" ref="dataSource"/>
                      <property name="mappingResources">
                          <list>
                              <value>org/springframework/samples/petclinic/hibernate/petclinic.hbm.xml</value>
                          </list>
                      </property>
                      <property name="hibernateProperties">
                          <value>
                              hibernate.dialect=${hibernate.dialect}
                          </value>
                      </property>
                  </bean>
                  
                  <bean id="txManager" class="org.springframework.orm.hibernate5.HibernateTransactionManager">
                      <property name="sessionFactory" ref="sessionFactory"/>
                  </bean>
                  

                  这篇关于如何在同一个应用程序中同时使用 Spring JPA 和 Hibernate?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  How to send data to COM PORT using JAVA?(如何使用 JAVA 向 COM PORT 发送数据?)
                  How to make a report page direction to change to quot;rtlquot;?(如何使报表页面方向更改为“rtl?)
                  Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)
                  Is there any way to detect an RTL language in Java?(有没有办法在 Java 中检测 RTL 语言?)
                  How to load resource bundle messages from DB in Java?(如何在 Java 中从 DB 加载资源包消息?)
                  How do I change the default locale settings in Java to make them consistent?(如何更改 Java 中的默认语言环境设置以使其保持一致?)
                • <tfoot id='gpVuT'></tfoot>

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

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

                            <bdo id='gpVuT'></bdo><ul id='gpVuT'></ul>
                            <legend id='gpVuT'><style id='gpVuT'><dir id='gpVuT'><q id='gpVuT'></q></dir></style></legend>