in src/main/java/org/apache/sling/mongodb/impl/MongoDBResourceProvider.java [375:380]
protected DBCollection getCollection(final String name) {
if ( this.hasCollection(name) ) {
return this.context.getDatabase().getCollection(name);
}
return null;
}