queryfork-core

QueryFork: A simple query builder for HQL

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.dantebarba
ArtifactId

ArtifactId

queryfork
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

queryfork-core
QueryFork: A simple query builder for HQL
Project URL

Project URL

https://github.com/dantebarba/queryfork-core

Download queryfork

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Query Fork - Core Build Status

A micro query builder for easy HQL query managment. Includes a detailed and simple API to handle HQL queries on an easy seamingless way. The core concept behind it, is reusing as much of a query string as possible.

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0