jar

io.github.wwhysohard : search

Maven & Gradle

Sep 07, 2022
1 stars

Search · JPA Criteria API searching library

Table Of Contents

Latest Version

Download io.github.wwhysohard : search JAR file - Latest Versions:

All Versions

Download io.github.wwhysohard : search JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.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 search-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.wwhysohard.search.utils

├─ io.github.wwhysohard.search.utils.GenericCriteriaOrder.class - [JAR]

├─ io.github.wwhysohard.search.utils.GenericCriteriaPredicate.class - [JAR]

io.github.wwhysohard.search.specification

├─ io.github.wwhysohard.search.specification.GenericSpecification.class - [JAR]

io.github.wwhysohard.search.enums

├─ io.github.wwhysohard.search.enums.ErrorCode.class - [JAR]

├─ io.github.wwhysohard.search.enums.QueryOperator.class - [JAR]

├─ io.github.wwhysohard.search.enums.SortOrder.class - [JAR]

io.github.wwhysohard.search.exception

├─ io.github.wwhysohard.search.exception.FilterException.class - [JAR]

io.github.wwhysohard.search.dto

├─ io.github.wwhysohard.search.dto.FilterRequest.class - [JAR]

├─ io.github.wwhysohard.search.dto.SearchRequest.class - [JAR]

├─ io.github.wwhysohard.search.dto.SortRequest.class - [JAR]

io.github.wwhysohard.search.annotation

├─ io.github.wwhysohard.search.annotation.Filterable.class - [JAR]

io.github.wwhysohard.search.validator

├─ io.github.wwhysohard.search.validator.FilterableValidator.class - [JAR]

Advertisement