jar

io.github.manuelarte.spring : query-parameter-jpa

Maven & Gradle

Apr 20, 2020
0 stars

query-parameter-jpa · Query Parameter JPA library to be used with Spring Data JPA.

Table Of Contents

Latest Version

Download io.github.manuelarte.spring : query-parameter-jpa JAR file - Latest Versions:

All Versions

Download io.github.manuelarte.spring : query-parameter-jpa 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 query-parameter-jpa-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.manuelarte.spring.queryparameter.jpa.model

├─ io.github.manuelarte.spring.queryparameter.jpa.model.OperatorPredicateProvider.class - [JAR]

├─ io.github.manuelarte.spring.queryparameter.jpa.model.OperatorPredicateProviderImpl.class - [JAR]

├─ io.github.manuelarte.spring.queryparameter.jpa.model.QueryCriteriaJpaSpecification.class - [JAR]

├─ io.github.manuelarte.spring.queryparameter.jpa.model.QueryParameterArgumentResolver.class - [JAR]

io.github.manuelarte.spring.queryparameter.jpa

├─ io.github.manuelarte.spring.queryparameter.jpa.EnableQueryParameter.class - [JAR]

├─ io.github.manuelarte.spring.queryparameter.jpa.QueryParameter.class - [JAR]

io.github.manuelarte.spring.queryparameter.jpa.config

├─ io.github.manuelarte.spring.queryparameter.jpa.config.JpaQueryParamConfig.class - [JAR]

├─ io.github.manuelarte.spring.queryparameter.jpa.config.QueryParameterConfig.class - [JAR]

├─ io.github.manuelarte.spring.queryparameter.jpa.config.WebMvcConfig.class - [JAR]

io.github.manuelarte.spring.queryparameter.jpa.operatorpredicate

├─ io.github.manuelarte.spring.queryparameter.jpa.operatorpredicate.DefaultEqualsPredicate.class - [JAR]

├─ io.github.manuelarte.spring.queryparameter.jpa.operatorpredicate.DefaultGreaterThanOrEqualsPredicate.class - [JAR]

├─ io.github.manuelarte.spring.queryparameter.jpa.operatorpredicate.DefaultGreaterThanPredicate.class - [JAR]

├─ io.github.manuelarte.spring.queryparameter.jpa.operatorpredicate.DefaultInPredicate.class - [JAR]

├─ io.github.manuelarte.spring.queryparameter.jpa.operatorpredicate.DefaultLowerThanOrEqualsPredicate.class - [JAR]

├─ io.github.manuelarte.spring.queryparameter.jpa.operatorpredicate.DefaultLowerThanPredicate.class - [JAR]

├─ io.github.manuelarte.spring.queryparameter.jpa.operatorpredicate.OperatorPredicate.class - [JAR]