jar

org.bitbucket.gt_tech : spring-data-querydsl-value-operators

Maven & Gradle

Jun 11, 2019

Spring Data QueryDSL value operators · This component provides extensions in terms of "Value operators" in search input fields on top of Querydsl and it's Spring data integration. These value operators embellish the default out of the box capabilities in Spring Data/Querydsl, which is by far statically compiled, by allowing service consumers to plugin different value operators in search fields and thus perform rich/complex queries.

Table Of Contents

Latest Version

Download org.bitbucket.gt_tech : spring-data-querydsl-value-operators JAR file - Latest Versions:

All Versions

Download org.bitbucket.gt_tech : spring-data-querydsl-value-operators JAR file - All Versions:

Version Vulnerabilities Size Updated
4.0.x
3.0.x
2.0.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 spring-data-querydsl-value-operators-4.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.bitbucket.gt_tech.spring.data.querydsl.value.operators.experimental

├─ org.bitbucket.gt_tech.spring.data.querydsl.value.operators.experimental.QuerydslHttpRequestContext.class - [JAR]

├─ org.bitbucket.gt_tech.spring.data.querydsl.value.operators.experimental.QuerydslHttpRequestContextAwareServletFilter.class - [JAR]

├─ org.bitbucket.gt_tech.spring.data.querydsl.value.operators.experimental.QuerydslHttpRequestContextHolder.class - [JAR]

├─ org.bitbucket.gt_tech.spring.data.querydsl.value.operators.experimental.QuerydslHttpRequestContextHolderStrategy.class - [JAR]

├─ org.bitbucket.gt_tech.spring.data.querydsl.value.operators.experimental.QuerydslPredicateArgumentResolverBeanPostProcessor.class - [JAR]

├─ org.bitbucket.gt_tech.spring.data.querydsl.value.operators.experimental.ThreadLocalQuerydslHttpRequestContextHolderStrategy.class - [JAR]

org.bitbucket.gt_tech.spring.data.querydsl.value.operators

├─ org.bitbucket.gt_tech.spring.data.querydsl.value.operators.BaseExpressionProvider.class - [JAR]

├─ org.bitbucket.gt_tech.spring.data.querydsl.value.operators.DateTimePathExpressionProviderImpl.class - [JAR]

├─ org.bitbucket.gt_tech.spring.data.querydsl.value.operators.EnumPathExpressionProviderImpl.class - [JAR]

├─ org.bitbucket.gt_tech.spring.data.querydsl.value.operators.ExpressionProvider.class - [JAR]

├─ org.bitbucket.gt_tech.spring.data.querydsl.value.operators.ExpressionProviderFactory.class - [JAR]

├─ org.bitbucket.gt_tech.spring.data.querydsl.value.operators.NumberPathExpressionProviderImpl.class - [JAR]

├─ org.bitbucket.gt_tech.spring.data.querydsl.value.operators.Operator.class - [JAR]

├─ org.bitbucket.gt_tech.spring.data.querydsl.value.operators.OperatorAndValue.class - [JAR]

├─ org.bitbucket.gt_tech.spring.data.querydsl.value.operators.StringPathExpressionProviderImpl.class - [JAR]

Advertisement