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

Method getDao

jnode-core/src/jnode/dao/GenericDAO.java:74–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 abstract protected Class<?> getType();
73
74 @SuppressWarnings("unchecked")
75 Dao<T, ?> getDao() {
76 return (Dao<T, ?>) daoMap.get(getType());
77 }
78
79 @SuppressWarnings("unchecked")
80 private <V> Dao<T, V> getDaoV() {

Callers 15

getAllMethod · 0.95
getAndMethod · 0.95
getLimitAndMethod · 0.95
getOrderAndMethod · 0.95
getOrderLimitAndMethod · 0.95
getOrMethod · 0.95
getOrderOrMethod · 0.95
getRawMethod · 0.95
updateMethod · 0.95
saveMethod · 0.95
saveOrUpdateMethod · 0.95
deleteMethod · 0.95

Calls 2

getTypeMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected