jar

com.github.ozayduman : specification-builder

Maven & Gradle

Feb 08, 2021
9 stars

specification-builder · Specification-Builder is a client-oriented dynamic search query library that supports joins among multiple tables in a strongly-type manner for Spring Projects.

Table Of Contents

Latest Version

Download com.github.ozayduman : specification-builder JAR file - Latest Versions:

All Versions

Download com.github.ozayduman : specification-builder JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.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 specification-builder-0.0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.ozayduman.specificationbuilder

├─ com.github.ozayduman.specificationbuilder.Joinable.class - [JAR]

├─ com.github.ozayduman.specificationbuilder.SpecificationMappings.class - [JAR]

├─ com.github.ozayduman.specificationbuilder.SpecificationOperator.class - [JAR]

com.github.ozayduman.specificationbuilder.dto.operation

├─ com.github.ozayduman.specificationbuilder.dto.operation.AbstractOperation.class - [JAR]

├─ com.github.ozayduman.specificationbuilder.dto.operation.MultiValueOperation.class - [JAR]

├─ com.github.ozayduman.specificationbuilder.dto.operation.NoValueOperation.class - [JAR]

├─ com.github.ozayduman.specificationbuilder.dto.operation.RangeValueOperation.class - [JAR]

├─ com.github.ozayduman.specificationbuilder.dto.operation.SingleValueOperation.class - [JAR]

com.github.ozayduman.specificationbuilder.dto

├─ com.github.ozayduman.specificationbuilder.dto.CriteriaDTO.class - [JAR]

├─ com.github.ozayduman.specificationbuilder.dto.Operator.class - [JAR]

├─ com.github.ozayduman.specificationbuilder.dto.PageRequestDTO.class - [JAR]

├─ com.github.ozayduman.specificationbuilder.dto.PageResultDTO.class - [JAR]

├─ com.github.ozayduman.specificationbuilder.dto.RangeDTO.class - [JAR]