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.

Лицензия

Лицензия

Commercial License
Non-commercial License
Группа

Группа

nz.co.gregs
Идентификатор

Идентификатор

dbvolution10
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Организация-разработчик

Организация-разработчик

Gregory Graham
Система контроля версий

Система контроля версий

https://github.com/gregorydgraham/DBvolution10.git

Скачать dbvolution10

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/nz.co.gregs/dbvolution10/ -->
<dependency>
    <groupId>nz.co.gregs</groupId>
    <artifactId>dbvolution10</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/nz.co.gregs/dbvolution10/
implementation 'nz.co.gregs:dbvolution10:1.0.0'
// https://jarcasting.com/artifacts/nz.co.gregs/dbvolution10/
implementation ("nz.co.gregs:dbvolution10:1.0.0")
'nz.co.gregs:dbvolution10:jar:1.0.0'
<dependency org="nz.co.gregs" name="dbvolution10" rev="1.0.0">
  <artifact name="dbvolution10" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.co.gregs', module='dbvolution10', version='1.0.0')
)
libraryDependencies += "nz.co.gregs" % "dbvolution10" % "1.0.0"
[nz.co.gregs/dbvolution10 "1.0.0"]

Зависимости

compile (31)

Идентификатор библиотеки Тип Версия
mysql : mysql-connector-java jar 5.1.49
com.h2database : h2 jar 1.4.200
mysql : mysql-connector-mxj jar 5.0.12
org.postgresql : postgresql jar 42.2.5.jre7
org.reflections : reflections jar 0.9.11
commons-logging : commons-logging jar 1.2
nz.co.gregs : dbvolution-eclipse jar 3.8.3.3
net.sf.jung : jung-visualization jar 2.0.1
net.sf.jung : jung-graph-impl jar 2.0.1
org.xerial : sqlite-jdbc jar 3.25.2
commons-codec : commons-codec jar 1.11
com.nuodb.jdbc : nuodb-jdbc jar 2.2.0
org.apache.derby : derby jar 10.11.1.1
org.apache.derby : derbyclient jar 10.11.1.1
com.vividsolutions : jts jar 1.13
joda-time : joda-time jar 2.10.1
com.github.mpkorstanje : simmetrics-core jar 4.1.1
net.sourceforge.jtds : jtds jar 1.3.1
com.microsoft.sqlserver : mssql-jdbc jar 7.2.2.jre8
com.google.code.findbugs : annotations jar 3.0.1u2
com.google.code.findbugs : jsr305 jar 3.0.2
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar 2.12.4
com.fasterxml.jackson.core : jackson-databind jar 2.12.4
org.mindrot : jbcrypt jar 0.4
org.apache.commons : commons-lang3 jar 3.7
org.apache.commons : commons-crypto jar 1.0.0
net.openhft : compiler jar 2.3.4
com.oracle.jdbc » ojdbc8 jar 19.3.0.0
nz.co.gregs : regexi jar 2.9
nz.co.gregs : separatedstring jar 1.7
org.burningwave : core jar 8.15.1

test (12)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.2
org.hamcrest : hamcrest-all jar 1.3
net.sourceforge.tedhi : tedhi jar 0.9
commons-logging : commons-logging jar 1.2
log4j : log4j jar 1.2.17
org.slf4j : slf4j-simple jar 1.7.28
org.testcontainers : testcontainers jar 1.15.1
org.testcontainers : oracle-xe jar 1.15.1
org.testcontainers : mssqlserver jar 1.15.1
org.testcontainers : postgresql jar 1.15.1
org.testcontainers : mysql jar 1.15.1
com.oracle.jdbc » xdb6 jar 18.3.0.0

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.0.0
0.9.3
0.9.2
0.9.1
0.9.0