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.

Query by Example support

See original GitHub issue

I am a bit confused by #929. Support for converting Example into Query/Criteria is added, but nothing else? To use query by example in a repository, additional changes are needed in repository implementation and classes used by that implementation like JdbcAggregateTemplate and DataAccessStrategy? Do you have a plan to continue with that?

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
DiegoKrupitzacommented, Mar 11, 2022

I can take a closer look at this.

1reaction
DiegoKrupitzacommented, Mar 11, 2022

I started with implementing “query by example” but I can’t implement the MyBatis version of this since my MyBatis knowledge is none existing. I hope somebody can be found who implements this at a later point. Changes only need to be done within org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy.java

Read more comments on GitHub >

github_iconTop Results From Across the Web

QUERY-BY-EXAMPLE (QBE) - cs.wisc.edu
Query-by-Example (QBE) is another language for querying (and, like SQL, ... QBE supports grouping, as in SQL, through the use of the G....
Read more >
Spring Data JPA Query by Example - Baeldung
In this tutorial, we're going to learn how to query data with the Spring Data Query by Example API. First, we'll define the...
Read more >
Query by Example - Wikipedia
Currently, QBE is supported in several relational database front ends, notably Microsoft Access, which implements "Visual Query by Example", ...
Read more >
Query by example(QBE) with Spring Data JPA | by Thanh Tran
Spring Data JPA supports Query-by-Example through QueryByExampleExecutor interface that is why we need to extend JpaRepository.
Read more >
Searching Using Query By Example - Documentation
This chapter describes how to perform searches using Query By Example (QBE). A QBE is a query whose structure closely models the structure...
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