jnosql
jnosql copied to clipboard
Support existBy() notation in Repository interfaces
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.