MCPcopy Index your code
hub / github.com/ebean-orm/ebean / getDefault

Method getDefault

ebean-api/src/main/java/io/ebean/DB.java:81–83  ·  view source on GitHub ↗

Return the default database.

()

Source from the content-addressed store, hash-verified

79 * Return the default database.
80 */
81 public static Database getDefault() {
82 return context.getDefault();
83 }
84
85 /**
86 * Return the database for the given name.

Callers 15

testBothNearMethod · 0.95
testMethod · 0.95
viaNullFetchGraphMethod · 0.95
viaFetchGraphMethod · 0.95
select_partialMethod · 0.95
fetch_partialMethod · 0.95
findWithTransactionMethod · 0.95
usingTransactionMethod · 0.95
usingConnectionMethod · 0.95
testAssocOneMethod · 0.95

Calls

no outgoing calls

Tested by 15

testBothNearMethod · 0.76
testMethod · 0.76
viaNullFetchGraphMethod · 0.76
viaFetchGraphMethod · 0.76
select_partialMethod · 0.76
fetch_partialMethod · 0.76
findWithTransactionMethod · 0.76
usingTransactionMethod · 0.76
usingConnectionMethod · 0.76
testAssocOneMethod · 0.76