Apaq Criteria for JPA

An implementation of the Criteria API for JPA.

License

License

GroupId

GroupId

dk.apaq.framework
ArtifactId

ArtifactId

criteria-jpa
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

Apaq Criteria for JPA
An implementation of the Criteria API for JPA.
Project URL

Project URL

http://maven.apache.org

Download criteria-jpa

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
dk.apaq.framework : criteria-api jar 1.0.5
org.hibernate.javax.persistence : hibernate-jpa-2.0-api jar 1.0.1.Final

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0