jar

com.github.hall-wong : spring-specification-builder

Maven & Gradle

Nov 15, 2018
2 stars

SpringSpecificationBuilder · An easy way to build Spring JPA Specification instances

Table Of Contents

Latest Version

Download com.github.hall-wong : spring-specification-builder JAR file - Latest Versions:

All Versions

Download com.github.hall-wong : spring-specification-builder JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-specification-builder-0.5.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.hallwong.jpa.query.meta

├─ com.github.hallwong.jpa.query.meta.BuilderMetaKeeper.class - [JAR]

├─ com.github.hallwong.jpa.query.meta.EntityMetaKeeper.class - [JAR]

├─ com.github.hallwong.jpa.query.meta.RestrictionMeta.class - [JAR]

com.github.hallwong.jpa.query.annotation

├─ com.github.hallwong.jpa.query.annotation.Operator.class - [JAR]

├─ com.github.hallwong.jpa.query.annotation.QueryRequirement.class - [JAR]

├─ com.github.hallwong.jpa.query.annotation.Restriction.class - [JAR]

com.github.hallwong.jpa.query

├─ com.github.hallwong.jpa.query.FieldKeeper.class - [JAR]

├─ com.github.hallwong.jpa.query.SpringSpecificationBuilder.class - [JAR]

├─ com.github.hallwong.jpa.query.SpringSpecificationImpl.class - [JAR]