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

Method start

jnode-core/src/jnode/orm/ORMManager.java:54–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 private ConnectionSource source;
53
54 public void start() throws Exception {
55 try {
56 source = new JdbcConnectionSource(MainHandler.getCurrentInstance()
57 .getProperty(JDBC_URL, ""), MainHandler.getCurrentInstance()
58 .getProperty(JDBC_USER, ""), MainHandler.getCurrentInstance()
59 .getProperty(JDBC_PASS, ""));
60 } catch(SQLException e) {
61 throw new Exception("Exception in source creation", e);
62 }
63 }
64
65 @Deprecated
66 public GenericDAO<Dupe_1_4> getDupeDAO() {

Callers 4

mainMethod · 0.45
m_adrMethod · 0.45
updateLinksMethod · 0.45
getSourceMethod · 0.45

Calls 2

getCurrentInstanceMethod · 0.95
getPropertyMethod · 0.80

Tested by

no test coverage detected