MVN

nz.co.gregs : dbvolution10

Maven & Gradle

Jun 11, 2023
6 stars

DBvolution 10 · Advanced Library to Remove Object Relational Impedance. DBvolution translates all database concepts into Object Oriented concepts, allowing you to spend all your time writing Java rather than fixing broken and awkward SQL. DBvolution transforms your schema into classes, reduces the database configuration to sparse annotations on the classes, and allows querying directly from the classes. Queries are created inside your java code and takes as little as one line for a multi-table outer join. Retrieving the rows from the query is only one more method call. Dozens of SQL functions are available without leaving your Java code and use chaining to build complex expressions easily. Transactions are encapsulated into a thread-like API, allowing you to write complex database interactions in complete safety. The queries performed by DBvolution are always available for debugging and checking by DBAs before release. There are examples in nz.co.gregs.dbvolution.examples, and documentation at http://dbvolution.gregs.co.nz.

<dependency>
    <groupId>nz.co.gregs</groupId>
    <artifactId>dbvolution10</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.co.gregs : dbvolution10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of nz.co.gregs : dbvolution10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
dbvolution10-1.0.1
dbvolution10-1.0.0
0.9.x
dbvolution10-0.9.3
dbvolution10-0.9.2
dbvolution10-0.9.1
dbvolution10-0.9.0

How to add a dependency to Maven

Add the following nz.co.gregs : dbvolution10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.co.gregs</groupId>
    <artifactId>dbvolution10</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.co.gregs : dbvolution10 gradle dependency to your build.gradle file:

implementation 'nz.co.gregs:dbvolution10:1.0.1'

Gradle Kotlin DSL: Add the following nz.co.gregs : dbvolution10 gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.co.gregs:dbvolution10:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.co.gregs : dbvolution10 sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.co.gregs" % "dbvolution10" % "1.0.1"

Advertisement

Dependencies from Group

Oct 23, 2013
3 usages
Feb 02, 2023
2 usages
Aug 20, 2023
1 usages
2 stars
Aug 18, 2018
4 stars
Apr 30, 2015

Discover Dependencies

Mar 02, 2020
0 stars
Jun 22, 2019
2 stars
Dec 19, 2019
0 stars
Mar 25, 2023
7 usages
Mar 25, 2023
2 usages
Aug 14, 2019
2 usages
1.9k stars
Jan 01, 2023
1 usages
0 stars
Jun 23, 2023
3 usages
1.4k stars
Dec 02, 2020