Skip to content

io.github.quinnandrews.spring-data-specification-builder 1.0.0

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>io.github.quinnandrews</groupId>
  <artifactId>spring-data-specification-builder</artifactId>
  <version>1.0.0</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

    Provides a variety of components that reduce 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.