jar

app.tozzi : jpa-search-helper

Maven & Gradle

Jan 27, 2024
33 stars

JPA Search Helper · Helper library for complex JPA queries

Table Of Contents

Latest Version

Download app.tozzi : jpa-search-helper JAR file - Latest Versions:

All Versions

Download app.tozzi : jpa-search-helper 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 jpa-search-helper-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

app.tozzi

├─ app.tozzi.JPASearchCore.class - [JAR]

├─ app.tozzi.JPASearchFunctions.class - [JAR]

app.tozzi.exceptions

├─ app.tozzi.exceptions.InvalidFieldException.class - [JAR]

├─ app.tozzi.exceptions.InvalidValueException.class - [JAR]

app.tozzi.annotations

├─ app.tozzi.annotations.Searchable.class - [JAR]

app.tozzi.repository

├─ app.tozzi.repository.JPASearchRepository.class - [JAR]

app.tozzi.utils

├─ app.tozzi.utils.GenericUtils.class - [JAR]

├─ app.tozzi.utils.ReflectionUtils.class - [JAR]

app.tozzi.test

├─ app.tozzi.test.ExampleBean.class - [JAR]

app.tozzi.model

├─ app.tozzi.model.FieldRootBuilderBean.class - [JAR]

├─ app.tozzi.model.PaginationFilter.class - [JAR]

├─ app.tozzi.model.SearchFilter.class - [JAR]

├─ app.tozzi.model.SearchType.class - [JAR]

├─ app.tozzi.model.SortType.class - [JAR]

Advertisement