malteseduck / spring-data-marklogic

An implementation of the Spring Data interfaces for the MarkLogic NoSQL database
Apache License 2.0
7 stars 9 forks source link

Add basic "Query by Example" support #26

Open malteseduck opened 7 years ago

malteseduck commented 7 years ago

Look into how easy it would be to add basic support for this. Creating an example query from an entity shouldn't be too hard - we already do it as part of the query creator. The trick will be all the matcher rules?