• <bdo id='YnWjR'></bdo><ul id='YnWjR'></ul>

  • <tfoot id='YnWjR'></tfoot>

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

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

        <legend id='YnWjR'><style id='YnWjR'><dir id='YnWjR'><q id='YnWjR'></q></dir></style></legend>

        无法在多文档事务中创建命名空间(MongoDB 4.0、Spring Data 2.1.0、Spring Boot)

        Cannot create namespace in multi-document transaction(MongoDB 4.0, Spring Data 2.1.0, Spring Boot)(无法在多文档事务中创建命名空间(MongoDB 4.0、Spring Data 2.1.0、Spring Boot))
        <tfoot id='FwURF'></tfoot>
          <bdo id='FwURF'></bdo><ul id='FwURF'></ul>

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

                <tbody id='FwURF'></tbody>

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

                <legend id='FwURF'><style id='FwURF'><dir id='FwURF'><q id='FwURF'></q></dir></style></legend>

                • 本文介绍了无法在多文档事务中创建命名空间(MongoDB 4.0、Spring Data 2.1.0、Spring Boot)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  这个问题是关于 Spring boot, Mongo4.0, Spring-data application.

                  This question regarding to Spring boot, Mongo4.0, Spring-data application.

                  我已从 MongoDB 3.6.x 升级到 MongoDB 4.0,并将 Spring data 2.0.x 升级到 Spring-data 2.1.0,以便在将数据插入多个文档时进行事务管理.但是在这里,我在创建数据库、集合并将文档插入集合时遇到了这个问题.

                  I have upgraded from MongoDB 3.6.x to MongoDB 4.0 and Spring data 2.0.x to Spring-data 2.1.0 for transactional management while inserting data into multiple documents. But here I face this issue while creating a database, collection and inserting a document into the collection.

                  Cannot create namespace sampledb_200.demo in multi-document transaction 
                  

                  这里 sampldb_200 是数据库名称,demo 是集合名称.

                  Here sampldb_200 is database name and demo is the collection name.

                  在早期的 mongodb3.6.X 版本,Spring Data 2.0.x 中,即使数据库和集合不存在,我也能够同时进行数据库、集合创建、文档插入.

                  In earlier mongodb3.6.X versions, Spring Data 2.0.x, I was able to do database, collection creation, document insertion simultaneously even database and collection do not exist.

                  使用 Spring Data 2.1.0、MongoDB 4.0,数据库、集合创建和插入不会发生在一个函数和数据库下,集合创建要显式完成.

                  Using Spring Data 2.1.0, MongoDB 4.0, Database, collection creation, and insertion does not happen under one function and database, collection creation to be done explicitly.

                  推荐答案

                  Spring 采用了 MongoDB 4.0 附带的一项新功能,该功能支持多文档事务.该功能仅适用于现有集合,即多文档事务不能包含会导致创建新集合的插入操作.您应该事先创建您的收藏以使用此功能.

                  Spring is embracing a new feature shipped with MongoDB 4.0 that supports multi-document transactions. That feature works only for existing collections, ie, a multi-document transaction cannot include an insert operation that would result in the creation of a new collection. You should create your collections before hand to use this feature.

                  这篇关于无法在多文档事务中创建命名空间(MongoDB 4.0、Spring Data 2.1.0、Spring Boot)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  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 中的默认语言环境设置以使其保持一致?)
                • <i id='uNEsV'><tr id='uNEsV'><dt id='uNEsV'><q id='uNEsV'><span id='uNEsV'><b id='uNEsV'><form id='uNEsV'><ins id='uNEsV'></ins><ul id='uNEsV'></ul><sub id='uNEsV'></sub></form><legend id='uNEsV'></legend><bdo id='uNEsV'><pre id='uNEsV'><center id='uNEsV'></center></pre></bdo></b><th id='uNEsV'></th></span></q></dt></tr></i><div id='uNEsV'><tfoot id='uNEsV'></tfoot><dl id='uNEsV'><fieldset id='uNEsV'></fieldset></dl></div>
                    • <bdo id='uNEsV'></bdo><ul id='uNEsV'></ul>
                          <tfoot id='uNEsV'></tfoot>
                            <tbody id='uNEsV'></tbody>

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

                          <legend id='uNEsV'><style id='uNEsV'><dir id='uNEsV'><q id='uNEsV'></q></dir></style></legend>