JPA data filter

Add filtering capabilities to the spring crud repositories. Additionally it can be used alone to create expression trees.

License

License

GroupId

GroupId

io.github.vdavidp
ArtifactId

ArtifactId

jpa-filter-parent
Last Version

Last Version

0.11.0
Release Date

Release Date

Type

Type

pom
Description

Description

JPA data filter
Add filtering capabilities to the spring crud repositories. Additionally it can be used alone to create expression trees.
Project URL

Project URL

https://github.com/vdavidp/jpa-filter
Source Code Management

Source Code Management

https://github.com/vdavidp/jpa-filter/tree/master

Download jpa-filter-parent

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.vdavidp/jpa-filter-parent/ -->
<dependency>
    <groupId>io.github.vdavidp</groupId>
    <artifactId>jpa-filter-parent</artifactId>
    <version>0.11.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.vdavidp/jpa-filter-parent/
implementation 'io.github.vdavidp:jpa-filter-parent:0.11.0'
// https://jarcasting.com/artifacts/io.github.vdavidp/jpa-filter-parent/
implementation ("io.github.vdavidp:jpa-filter-parent:0.11.0")
'io.github.vdavidp:jpa-filter-parent:pom:0.11.0'
<dependency org="io.github.vdavidp" name="jpa-filter-parent" rev="0.11.0">
  <artifact name="jpa-filter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.vdavidp', module='jpa-filter-parent', version='0.11.0')
)
libraryDependencies += "io.github.vdavidp" % "jpa-filter-parent" % "0.11.0"
[io.github.vdavidp/jpa-filter-parent "0.11.0"]

Dependencies

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

Project Modules

  • jpa-filter
  • jpa-filter-spring
  • jpa-filter-spring-starter

Versions

Version
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.1