Questions tagged [query-by-example]

97 questions
1
vote
2 answers

NHibernate QueryByExample including only certain properties

I have created a custom Property Selector to accept an array in the constructor to say which properties should be included in the search. The approach works well as long as there are no component types, but how do I deal with those? Here is an…
Shagglez
  • 1,522
  • 3
  • 21
  • 38
1
vote
0 answers

How to use QueryByExampleExecutor with spring-data-elasticsearch

I want to use QueryByExampleExecutor with ElasticsearchRepository but I am getting Exception when building SpringBootApplication. I am using Gradle with below dependencies: springboot 2.2.4.RELEASE spring-boot-starter-data-elasticsearch My…
1
vote
1 answer

Is it possible to combine Query-By-Example with spring data method?

I have a Template class with several fields (id,name,description,created,modified....) and can filter by created date like below: public interface TemplateRepository extends JpaRepository { Page