Skip to main content
2 votes
1 answer
72 views

We use Postgres jsonb_agg function in criteria query API like this: cb.function( JSONB_AGG_FUNCTION_NAME, JsonNode.class, someJoin.get(someField) ...
Роман Григорьев's user avatar
1 vote
0 answers
37 views

I have query like this. select * from ( select *, rank() over (partition by some_id order by some_date desc) rk from table1 ) t1 where t1.rk = 1 I need to do this in CriteriaApi. Actually, I ...
Stanislav's user avatar
  • 451
0 votes
0 answers
35 views

I need to find the range for the chromosome regions of my results following a number of criteria, and I'm really struggling to figure out how to do this in R. My data looks roughly similar to this: ...
Emily Paul's user avatar
0 votes
1 answer
115 views

I have a large codebase built around the Criteria API in my project, so unfortunately switching to another approach (like rewriting with raw native SQL strings or adopting something like jOOQ) isn't ...
Marat Tim's user avatar
0 votes
1 answer
65 views

Imagine I have optional search parameters that can be null. Is there a more concise alternative for checking each of them explicitly before adding a jakarta.persistence.criteria.Predicate to some ...
Sergey Zolotarev's user avatar
1 vote
1 answer
107 views

I want to create a custom filter in the admin panel, in the order overview. Therefore I added a filter to the filter list: Shopware.Component.override('sw-order-list', { ... // Custom ...
nasdneb's user avatar
  • 143
-1 votes
3 answers
115 views

I have been tasked to count how many leads does a sales agents takes everyday. So I created a spreadsheet, where the data is being auto populated from a CRM platform, and a separate tab for the ...
Ezio's user avatar
  • 15
-1 votes
1 answer
50 views

I’m encountering some issues when querying nested MongoDB documents using spring-boot-starter-data-mongodb. After checking, I can confirm that the valid documents are present in MongoDB. Here's an ...
user3187960's user avatar
1 vote
0 answers
34 views

The premise of my database is an automated process for the Championship tables for a motorsport club I am in. There is a Driver table of race number/name and a results table for entering a finishing ...
Pete W's user avatar
  • 11
-3 votes
1 answer
88 views

Date PRDEF55FA9E PRDDCACBC41 PRDFEC1A0E8 2025-03-12 0 0 0 2025-03-11 20740 22740 8680 2025-03-10 17620 12060 4200 2025-03-08 16380 ...
user544849's user avatar
0 votes
2 answers
129 views

I have seen many posts for using the filter function for multiple criteria and the solutions works great if both cells that you are looking for a match in only has 1 line of data. I have a spreadsheet ...
user29908541's user avatar
1 vote
1 answer
70 views

Using Spring Data Relational (Spring Data JDBC V3.3.6), I have an entity setup similar to the following: @Table("entity_a") public record EntityA( @Id Long id, @Column("...
beeesch's user avatar
  • 11
0 votes
1 answer
67 views

So i've got a problem and I am not sure if i do something wrong or there is some bug. Working with Symfony 7.2.1 I got two three entities, one of them is a connection. Ean, Shelf, EanShelfQuantity So ...
sauvox's user avatar
  • 41
0 votes
2 answers
107 views

I have been able to successfully use the FILTER formula to isolate values for columns and rows, and I have used it with multiple criteria as well. For some reason it does not work when I try to ...
Mirko FATE's user avatar
0 votes
0 answers
172 views

I have the query below and would like to translate it into a Criteria query. However, most of the examples I see online use only a single selected field in the subquery. Is it possible to have ...
karlrak's user avatar

15 30 50 per page
1
2 3 4 5
189