MVN

nz.co.gregs : dbvolution

Maven & Gradle

Aug 18, 2018
4 stars

DBvolution · 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 actions 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 and http://sourceforge.net/p/dbvolution/blog/

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

Latest Version

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

  • Latest Stable: 1.0.5

All Versions

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

Version Vulnerabilities Updated
1.0.x
dbvolution-1.0.5
dbvolution-1.0.4
dbvolution-1.0.3
dbvolution-1.0.2
dbvolution-1.0.1
dbvolution-1.0.0
0.9.x
dbvolution-0.9.49
dbvolution-0.9.48-Byzanium
dbvolution-0.9.47
dbvolution-0.9.46
dbvolution-0.9.45
dbvolution-0.9.44
dbvolution-0.9.43
dbvolution-0.9.42
dbvolution-0.9.41
dbvolution-0.9.40
dbvolution-0.9.37
dbvolution-0.9.36
dbvolution-0.9.35
dbvolution-0.9.34
dbvolution-0.9.33
dbvolution-0.9.32
dbvolution-0.9.31
dbvolution-0.9.30
dbvolution-0.9.29
dbvolution-0.9.28
dbvolution-0.9.27
dbvolution-0.9.26
dbvolution-0.9.25
dbvolution-0.9.24
dbvolution-0.9.23
dbvolution-0.9.22
dbvolution-0.9.21
dbvolution-0.9.20
dbvolution-0.9.19
dbvolution-0.9.18
dbvolution-0.9.16
dbvolution-0.9.15
dbvolution-0.9.14
dbvolution-0.9.13
dbvolution-0.9.12
dbvolution-0.9.11
dbvolution-0.9.10
dbvolution-0.9.9
dbvolution-0.9.8
dbvolution-0.9.7
dbvolution-0.9.6
dbvolution-0.9.5
dbvolution-0.9.4
dbvolution-0.9.3
dbvolution-0.9.2
dbvolution-0.9.1
dbvolution-0.9.0
0.8.x
dbvolution-0.8.36
dbvolution-0.8.35
dbvolution-0.8.34
dbvolution-0.8.33
dbvolution-0.8.32
dbvolution-0.8.31
dbvolution-0.8.30
dbvolution-0.8.29
dbvolution-0.8.28
dbvolution-0.8.27
dbvolution-0.8.26
dbvolution-0.8.25
dbvolution-0.8.24
dbvolution-0.8.23
dbvolution-0.8.22
dbvolution-0.8.21
dbvolution-0.8.20
dbvolution-0.8.17
dbvolution-0.8.16
dbvolution-0.8.15
dbvolution-0.8.14
dbvolution-0.8.13
dbvolution-0.8.12
dbvolution-0.8.11
dbvolution-0.8.10
dbvolution-0.8.9
dbvolution-0.8.8
dbvolution-0.8.7
dbvolution-0.8.6
dbvolution-0.8.5
dbvolution-0.8.4
dbvolution-0.8.3
dbvolution-0.8.2
dbvolution-0.8.1
dbvolution-0.8.0
0.7.x
dbvolution-0.7.17
dbvolution-0.7.16
dbvolution-0.7.15
dbvolution-0.7.14
dbvolution-0.7.13
dbvolution-0.7.12
dbvolution-0.7.11
dbvolution-0.7.10
dbvolution-0.7.9
dbvolution-0.7.8
dbvolution-0.7.7
dbvolution-0.7.6
dbvolution-0.7.5
dbvolution-0.7.4
dbvolution-0.7.3
dbvolution-0.7.2
dbvolution-0.7.1
0.7
dbvolution-0.7
0.6.x
dbvolution-0.6.5

How to add a dependency to Maven

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

<dependency>
    <groupId>nz.co.gregs</groupId>
    <artifactId>dbvolution</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'nz.co.gregs:dbvolution:1.0.5'

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

implementation("nz.co.gregs:dbvolution:1.0.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "nz.co.gregs" % "dbvolution" % "1.0.5"

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

Apr 24, 2015
7 usages
0 stars
May 30, 2023
10 usages
4.3k stars
May 30, 2023
45 usages
4.3k stars
May 30, 2023
4 usages
4.3k stars
May 30, 2023
4 usages
4.3k stars
May 30, 2023
54 usages
4.3k stars
Sep 23, 2018
13 usages
11 stars