Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
52 views

I'm using QueryDSL's GroupBy.list() for in-memory collection processing, but I've noticed unexpected behavior with grouping. According to my test, when I feed unsorted data to transform(groupBy(...)....
YooSeok Lee's user avatar
2 votes
1 answer
75 views

I’m using OpenFeign/QueryDSL 7.1 with Spring Boot 3.4.4, which should include the fix from this pull request: Add support for subquery modifiers (LIMIT/OFFSET) in Hibernate by @DongGunYoon in #1304 ...
0 votes
1 answer
92 views

POST huawei-monitor-logs-*/_search { "size": 0, "query": { "term": { "event.original": "down" } }, "aggs": { "...
0 votes
0 answers
24 views

I have two module, say, A and B. I module A, there is no Q classes but only mapped super classes. // Module A @jakarta.persistence.MappedSuperclass public abstract class MyModule_A_Entity { } The ...
Jin Kwon's user avatar
  • 22.4k
0 votes
1 answer
37 views

I am using SpringBoot and QueryDSL. QueryDSL is used for performance reasons. I wrote QueryDSL like this: Double aSumAll = select(tableA.sumColumn.sum()) .from(tableA) ....
Vincent's user avatar
4 votes
1 answer
205 views

You can download this sample here I use this stack: java 21 (OpenJDK Runtime Environment build 21.0.8+9) maven 3.9.10 jakarta-persistence 3.1.0 jakarta-annotation 2.1.1 querydsl.version 5.1.0 (...
0 votes
1 answer
111 views

Spring Data REST allows for simple boilerplate creation of CRUD REST controllers. When integrated with QueryDSL, HTTP query parameters can be bound to QueryDSL paths to filter the collection resource. ...
2 votes
2 answers
282 views

I migrate my project to hibernate 6.5.3.Final + querydsl:5.1.0 and I can't do transform on querydsl I have class: public class Test{ private final EntityPath<SomeEntity> path; private ...
0 votes
0 answers
90 views

I have the following gradle configuration: plugins { id 'java' } group = 'org.example' version = '1.0-SNAPSHOT' repositories { mavenCentral() } dependencies { implementation('org....
0 votes
0 answers
15 views

When generate Qclasses, they look like, @Generated("com.querydsl.codegen.DefaultEntitySerializer") public class QWhatever extends EntityPathBase<Whatever> { // ... public ...
Jin Kwon's user avatar
  • 22.4k
0 votes
0 answers
38 views

I've updated my project from Hibernate 5.5 to 6.6.5.Final, and now I'm facing an error during an enum conversion. Basically, I store the custom enum value in the database, but Hibernate and QueryDSL ...
0 votes
0 answers
85 views

Problem I'm working with Spring Boot 3.2.3 and QueryDSL 5.0.0 in IntelliJ IDEA (latest version). I have successfully generated a QueryDSL QClass, but when I try to use it, I get the following error: { ...
-1 votes
2 answers
120 views

I am trying to use QueryDSL. I followed Querydsl Reference Guide but can't use JPAQuery anyway. I tried import it with import com.querydsl.jpa.impl.JPAQuery; but it didn't work. Here is what i added ...
0 votes
0 answers
48 views

I don't really know how to explain the problem accordingly but its being stuck at the first line, not every time though I don't even change anything in the code but when I restart the application ...
Can's user avatar
  • 44
0 votes
0 answers
95 views

I have a problem, that some attributes are not being generated within QType class. If I have this class: @Entity @Getter @Setter @SuperBuilder @NoArgsConstructor @FieldNameConstants @ToString( ...

15 30 50 per page
1
2 3 4 5
...
133

AltStyle によって変換されたページ (->オリジナル) /