DOC

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/

Table Of Contents

Latest Version

Download nz.co.gregs : dbvolution Javadoc & API Documentation - Latest Versions:

All Versions

Download nz.co.gregs : dbvolution Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x
0.9.x
0.8.x
0.7.x
0.7
0.6.x

How to open Javadoc JAR file in web browser

  1. Rename the file dbvolution-1.0.5-javadoc.jar to dbvolution-1.0.5-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder dbvolution-1.0.5-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "dbvolution-1.0.5-sources.jar" -d "dbvolution-1.0.5-javadoc" -subpackages 

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