This means that XA connections do not support JDBC's auto-commit feature.
这意味着XA连接不支持JDBC的自动提交功能。
The default transactional behavior is auto-commit mode, where each statement is committed as it is sent to the target server.
默认的事务行为是自动提交模式。在该模式下,每个语句在发送到目标服务器时进行提交。
In its JPA implementation, Hibernate sets the FlushMode of the underlying Hibernate session to MANUAL and the auto-commit mode to false.
在其JPA实现中,Hibernate将底层Hibernate会话的FlushMode设置为MANUAL并将auto - commit模式设置为false。
Unfortunately, not every database supports transactions, so PDO needs to run in what is known as "auto-commit" mode when you first open the connection.
不幸的是,并不是每种数据库都支持事务,所以当第一次打开连接时,PDO需要在所谓的“自动提交(auto - commit)”模式下运行。
In standard JDBC code without auto-commit, the application USES a connection to access and update data, then commits the connection to end the transaction (and start another).
在没有自动提交的标准JDBC代码中,应用程序使用一个连接来访问和更新数据,然后提交该连接以结束这个事务(并启动另一个事务)。
In standard JDBC code without auto-commit, the application USES a connection to access and update data, then commits the connection to end the transaction (and start another).
在没有自动提交的标准JDBC代码中,应用程序使用一个连接来访问和更新数据,然后提交该连接以结束这个事务(并启动另一个事务)。
应用推荐