MVN

com.github.olavloite : smartcommit-jdbc

Maven & Gradle

Oct 01, 2020
6 stars

Smart Commit JDBC Driver · Smart Commit JDBC Driver enables 'smartcommit' mode for all JDBC drivers. In Smart Commit mode a JDBC connection will execute all queries in autocommit mode until it encounters a write operations. From the first write operation until the following commit or rollback, the connection will operate in transactional mode. It will then switch back to autocommit and remain in autocommit until it once again encounters a write operation. Using a JDBC connection in Smart Commit mode will reduce the number of read locks needed. Operating a JDBC connection in Smart Commit mode effectively reduces the isolation level of a transaction to READ_COMMITTED for all queries that are executed *BEFORE* a write operation in a transaction. All queries that are executed *AFTER* a write operation in a transaction, will be executed using the configured isolation level of the JDBC connection.

<dependency>
    <groupId>com.github.olavloite</groupId>
    <artifactId>smartcommit-jdbc</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.olavloite : smartcommit-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.github.olavloite : smartcommit-jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
smartcommit-jdbc-1.0

How to add a dependency to Maven

Add the following com.github.olavloite : smartcommit-jdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.olavloite</groupId>
    <artifactId>smartcommit-jdbc</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.olavloite : smartcommit-jdbc gradle dependency to your build.gradle file:

implementation 'com.github.olavloite:smartcommit-jdbc:1.0'

Gradle Kotlin DSL: Add the following com.github.olavloite : smartcommit-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.olavloite:smartcommit-jdbc:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.olavloite : smartcommit-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.olavloite" % "smartcommit-jdbc" % "1.0"

Advertisement

Dependencies from Group

Discover Dependencies

Nov 14, 2021
1 usages
4 stars
Sep 18, 2021
3 usages
2 stars
Oct 15, 2020
1 usages
1 stars
Aug 25, 2023
4 usages
3.9k stars
Dec 10, 2020
0 stars
13 usages
5.2k stars
May 14, 2021
2 stars
May 20, 2023
3 stars
Nov 10, 2022
2 stars