Found 6 repositories(showing 6)
ozayduman
Specification-Builder is a client-oriented dynamic search query library that supports joins among multiple tables in a strongly-type manner for Spring Projects. This library simplifies writing type-safe queries for search screens by using `Spring Data JPA`'s `JpaSpecificationExecutor` and `hibernate-jpamodelgen`. As you might know, for each query screen you have to pass a specific DTO (Data Transfer Objects) and write specific queries using that DTO. This leads to boiler-plate, useless, repetitive code. By using this library you can get rid of that kind of code, and write fluent-style dynamic queries driven by client-side easily.
SimonHarmonicMinor
Spring boot library that provides fluent API to define and compose specifications for data querying
zatsepinvl
Dynamic Spring Data JPA specification builder
quinnandrews
Reduces the overhead of composing and maintaining Specifications. Enhances code legibility with a fluent API, makes conditional query building easy, and supports query optimization for fetching associated Entities eagerly.
sgzachesov
A lightweight library that simplifies dynamic JPA queries through an intuitive Builder pattern API.
niv3D
dynamic query builder using Spring Data JPA Specification
All 6 repositories loaded