Jinq Mini-ORM

Jinq legacy ORM for generating entity classes from XML

License

License

Categories

Categories

Jinq Data Databases ORM
GroupId

GroupId

org.jinq
ArtifactId

ArtifactId

orm
Last Version

Last Version

0.9
Release Date

Release Date

Type

Type

jar
Description

Description

Jinq Mini-ORM
Jinq legacy ORM for generating entity classes from XML

Download orm

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

JINQ: Easy Database Queries for Java 8

Jinq provides developers an easy and natural way to write database queries in Java. You can treat database data like normal Java objects stored in collections. You can iterate over them and filter them using normal Java commands, and all your code will be automatically translated into optimized database queries. Finally, LINQ-style queries are available for Java!

Jinq can also be used within Scala to provide database queries similar to Typesafe's Slick but using JPA ORMs like Hibernate.

Documentation about how to get started with Jinq and other information can be found on the Jinq project page

Versions

Version
0.9
0.8
0.7
0.6
0.5
0.4
0.3.1
0.3
0.2.1