JPQL Builder

JPQL Builder provides type safety and fluent API to dynamically build JPQL strings.

License

License

GroupId

GroupId

org.thepavel
ArtifactId

ArtifactId

jpql-builder
Last Version

Last Version

0.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

JPQL Builder
JPQL Builder provides type safety and fluent API to dynamically build JPQL strings.
Project URL

Project URL

https://github.com/pavel-grigorev/jpql-builder
Source Code Management

Source Code Management

https://github.com/pavel-grigorev/jpql-builder.git

Download jpql-builder

How to add to project

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

Dependencies

runtime (1)

Group / Artifact Type Version
javax.persistence : javax.persistence-api jar 2.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.0
0.3.0
0.2.0
0.1.0