org.jinq:demosrc

Jinq project for providing support for functional-style queries to Java 8

License

License

Categories

Categories

Jinq Data Databases
GroupId

GroupId

org.jinq
ArtifactId

ArtifactId

demosrc
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Jinq project for providing support for functional-style queries to Java 8

Download demosrc

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.ow2.asm : asm-all jar 5.0.1
org.jinq : demogen jar 0.2.1

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.2.1