Top "Querydsl" questions

Querydsl is a framework which enables the construction of type-safe SQL-like queries for multiple backends including JPA, MongoDB and SQL in Java.

Spring Boot+JPA+QueryDSL=OrderSpecifier not found

I have this pom.xml: <parent> <groupId>org.springframework.boot</groupId> <artifactId>…

java maven spring-boot spring-data-jpa querydsl
Can Spring Data REST's QueryDSL integration be used to perform more complex queries?

I'm currently building a REST API in which I want clients to easily filter on most properties of a specific …

spring spring-data spring-data-jpa spring-data-rest querydsl
How to call mysql function using querydsl?

I am in little hurry so, i just want to ask a quick question about querydsl. According to my research, …

java sql hibernate jpa querydsl
QueryDSL, spring-boot & Gradle

I was hoping to bring querydsl into my spring-boot project via gradle. Despite finding a couple of examples online, none …

gradle querydsl spring-boot
QueryDSL Generated classes not able to access second level elements for querying

I am using QueryDSL with Spring Data JPA in my Java Project and have Generated files using QueryDSL maven plugin …

java spring querydsl spring-data
left join with spring data jpa and querydsl

I am using spring data jpa and querydsl and trapped on how to write simple nice query to left join …

java spring jpa join querydsl
Querydsl join on same table multiple times

Let's say I have two tables Task and Company. Company has columns id and name. Task has two columns customerId …

java querydsl
Spring data JPA with Hibernate and Ehcache not working

I'm working on an application using Spring Data JPA with Hibernate and I'm trying to enable second level cache using …

spring hibernate jpa ehcache querydsl
Can I remove the discriminator column in a Hibernate single table inheritance?

We use single table inheritance for every table in our application. This allows different instances of the same application stack …

java hibernate inheritance single-table-inheritance querydsl
Querydsl Annotation Processor issue after upgrade to Gradle 5

I have a gradle script which generates querydsl classes from Mongo annotated entities. It was working so far, but after …

java gradle querydsl