com.brettonw.db.Keys Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bag-mongo Show documentation
Show all versions of bag-mongo Show documentation
Bag Mongo provides an interface for putting and fetching bags directly in MongoDB.
package com.brettonw.db;
public class Keys {
public static final String CONNECTION_STRING = "connection-string";
public static final String DATABASE_NAME = "database-name";
public static final String COLLECTION_NAME = "collection-name";
public static final String COLLECTION_NAMES = "collection-names";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy