Skip to content

A small project showing how Query By Example feature can be used.

Notifications You must be signed in to change notification settings

lakshay13/Spring-QBE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Spring QBE

The Spring Query By Example Project implements the QBE feature

Query by Example (QBE)

It is a user-friendly querying technique with a simple interface. It allows dynamic query creation and does not require to write queries containing field names. In fact, Query by Example does not require to write queries using store-specific query languages at all.

The Query by Example API consists of three parts:

a) Probe: That is the actual example of a domain object with populated fields.

b) ExampleMatcher: The ExampleMatcher carries details on how to match particular fields. It can be reused across multiple Examples.

c) Example: An Example consists of the probe and the ExampleMatcher. It is used to create the query.

About

A small project showing how Query By Example feature can be used.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages