/springspecwrapper

Library for convenient reuse of joins when building queries using Spring Data Specifications

Primary LanguageJavaMIT LicenseMIT

Spring spec wrapper

Library for convenient reuse of joins when building queries using Spring Data Specifications

Inspired by this stackoverflow question: click

Maven:

<dependency>
    <groupId>ru.teadev</groupId>
    <artifactId>springspecwrapper</artifactId>
    <version>1.4.0</version>
</dependency>

Usage example: click