question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Port Data JPA Specification to Data Jdbc/R2dbc

See original GitHub issue

Similar to Specification support in Micronaut Data Jdbc/R2dbc, add Specification(using JPA Criteria API directly) to Jdbc/R2dbc world.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:15 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
DiegoKrupitzacommented, Feb 18, 2022

Spring Data Relational has a Criteria API, which so far is considered semi internal. This could serve as a basis.

I think this would be a better thing than JPA Criteria, since mixing JPA and JDBC may feel quite “hacky”. 😅

0reactions
hantsycommented, Feb 21, 2022

Our goal with repositories isn’t to create the most powerful and flexible abstraction for queries. Our goal is to provide a consistent programming model to support domain-driven-design patterns.

@mp911de I do not think these two are conflict, right?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Advanced Spring Data JPA - Specifications and Querydsl
Spring Data JPA repository abstraction allows executing predicates either via JPA Criteria API predicates wrapped into a Specification object or ...
Read more >
Spring Data JPA Specification: Filtering complex data
I am trying to filter some data from the table shown below. I have successfully done that using native query. But some how...
Read more >
Support for Criteria equivalent based queries like ... - GitHub
Hi,. I agree with this. How could use queries like JpaSpecificationExecutor with spring data r2dbc ? I tried to mix data jpa and...
Read more >
Management & Monitoring - Micronaut Documentation
Micronaut Data 3.2.0. Repositories with JPA Criteria API specification for Micronaut JDBC/R2DBC. Expandable query parameters optimizations ...
Read more >
Getting Started with Spring Data Specifications - Reflectoring
Spring Data JPA Specifications is yet another tool at our disposal to perform database queries with Spring or Spring Boot.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found