public static void cleanup() {
Neo4JContext context = context();
EOModel model = ERXModelGroup.globalModelGroup().modelNamed(MODEL_NAME);
context.beginTransaction();
try {
for (EOEntity e : model.entities()) {
Store<?, Neo4JErsatz> store = context.entityStoreForEntity(e);
Cursor<Neo4JErsatz> cursor = store.query(null);