jar

com.github.paulosalonso : expression-specification-for-spring-data-jpa

Maven & Gradle

Dec 27, 2019
2 usages
6 stars

Expression Specification For Spring Data JPA · Implementation of Spring Data JPA Specification based on QueryDecoder project.

Table Of Contents

Latest Version

Download com.github.paulosalonso : expression-specification-for-spring-data-jpa JAR file - Latest Versions:

All Versions

Download com.github.paulosalonso : expression-specification-for-spring-data-jpa JAR file - All Versions:

Version Vulnerabilities Size Updated
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 expression-specification-for-spring-data-jpa-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.alon.spring.specification.converter

├─ com.alon.spring.specification.converter.BigDecimalConverter.class - [JAR]

├─ com.alon.spring.specification.converter.BooleanConverter.class - [JAR]

├─ com.alon.spring.specification.converter.ConverterResolver.class - [JAR]

├─ com.alon.spring.specification.converter.DateTimeConverter.class - [JAR]

├─ com.alon.spring.specification.converter.DecoderConverter.class - [JAR]

├─ com.alon.spring.specification.converter.DefaultConverter.class - [JAR]

├─ com.alon.spring.specification.converter.DoubleConverter.class - [JAR]

├─ com.alon.spring.specification.converter.EnumConverter.class - [JAR]

├─ com.alon.spring.specification.converter.FloatConverter.class - [JAR]

├─ com.alon.spring.specification.converter.IntegerConverter.class - [JAR]

├─ com.alon.spring.specification.converter.LongConverter.class - [JAR]

com.alon.spring.specification

├─ com.alon.spring.specification.ExpressionSpecification.class - [JAR]

com.alon.spring.specification.predicate

├─ com.alon.spring.specification.predicate.BetweenPredicateBuilder.class - [JAR]

├─ com.alon.spring.specification.predicate.ContainsPredicateBuilder.class - [JAR]

├─ com.alon.spring.specification.predicate.EndsWithPredicateBuilder.class - [JAR]

├─ com.alon.spring.specification.predicate.EqualPredicateBuilder.class - [JAR]

├─ com.alon.spring.specification.predicate.GreaterThanOrEqualPredicateBuilder.class - [JAR]

├─ com.alon.spring.specification.predicate.GreaterThanPredicateBuilder.class - [JAR]

├─ com.alon.spring.specification.predicate.InPredicateBuilder.class - [JAR]

├─ com.alon.spring.specification.predicate.LessThanOrEqualPredicateBuilder.class - [JAR]

├─ com.alon.spring.specification.predicate.LessThanPredicateBuilder.class - [JAR]

├─ com.alon.spring.specification.predicate.PredicateBuilder.class - [JAR]

├─ com.alon.spring.specification.predicate.PredicateBuilderResolver.class - [JAR]

├─ com.alon.spring.specification.predicate.StartsWithPredicateBuilder.class - [JAR]