Jsondb / jsondb-core

JsonDB a pure java database that stores its data as Json Files
http://www.jsondb.io
MIT License
212 stars 45 forks source link

adds remove method to JsonDBTemplate without the EntityClass parameter #33

Closed snwiem closed 4 years ago

snwiem commented 4 years ago

In analogy to upsert methods remove operation is not possible without giving the EntityClass.class parameter.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.01%) to 78.483% when pulling 993fa1cb7c4973fc913e19d22ab490a56d3ad759 on snwiem:feature/remove_api into ba1c569b00035f921d623dd2714815eda7ddcf65 on Jsondb:master.