q

qof

QueryObjectFactory (QOF) is a lightweight runtime JDBC byte-code generator providing support for CRUD (create, retrieve, update and delete) operations and stored procedure calls. It uses Java annotations to define mappings
https://github.com/renatobrunella/QueryObjectFactory
LGPL Version 3 (the "License")
Brunella
Renato Brunella
Files download
File Operation
qof-1.2.0.jar download
qof-1.2.0.pom download
qof-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.co.brunella.qof</groupId>
  <artifactId>qof</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'uk.co.brunella.qof:qof:1.2.0'
Gradle Kotlin
implementation("uk.co.brunella.qof:qof:1.2.0")
Scala SBT
libraryDependencies += "uk.co.brunella.qof" % "qof" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='uk.co.brunella.qof', module='qof', version='1.2.0')
)
Apache Ivy
<dependency org="uk.co.brunella.qof" name="qof" rev="1.2.0" />
Leiningen
[uk.co.brunella.qof/qof "1.2.0"]
Apache Buildr
'uk.co.brunella.qof:qof:jar:1.2.0'
Dependencies
The project has no third-party dependencies