jnosql icon indicating copy to clipboard operation
jnosql copied to clipboard

Support existBy() notation in Repository interfaces

Open adam-waldenberg opened this issue 6 years ago • 0 comments

Right now, the repository interface supports methods with the notations

findBy: to select any information T
deleteBy: To delete any information T

Also having support for existBy would be very useful and would allow us to create queries that check the existence of of entities without actually pulling out the data.

adam-waldenberg avatar Mar 07 '19 11:03 adam-waldenberg