DELETEs the requested entities from the database
em.find!Mountain() .where("height", '<', 3000) .deleteVia(db);
See Implementation
DELETEs the requested entities from the database