MCPcopy Create free account
hub / github.com/annmuor/jnode / delete

Method delete

jnode-core/src/jnode/dao/GenericDAO.java:351–358  ·  view source on GitHub ↗
(T object)

Source from the content-addressed store, hash-verified

349 }
350
351 public void delete(T object) {
352 try {
353 getDao().delete(object);
354 } catch (SQLException e) {
355 logger.l1("SQL Exception in delete", e);
356 logger.l1(MessageFormat.format("we worked with {0}", object));
357 }
358 }
359
360 public void update(String field, Object value, Object... args) {
361 try {

Callers

nothing calls this directly

Calls 5

getDaoMethod · 0.95
buildWhereMethod · 0.95
l1Method · 0.80
formatMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected