Modifier and Type |
Method and Description |
String |
determineUri() |
String |
getAuthenticationDatabase() |
String |
getDatabase() |
Class<?> |
getFieldNamingStrategy() |
MongoProperties.Gridfs |
getGridfs() |
String |
getGridFsDatabase()
|
String |
getHost() |
String |
getMongoClientDatabase() |
char[] |
getPassword() |
Integer |
getPort() |
String |
getReplicaSetName() |
String |
getUri() |
String |
getUsername() |
org.bson.UuidRepresentation |
getUuidRepresentation() |
Boolean |
isAutoIndexCreation() |
void |
setAuthenticationDatabase(String authenticationDatabase) |
void |
setAutoIndexCreation(Boolean autoIndexCreation) |
void |
setDatabase(String database) |
void |
setFieldNamingStrategy(Class<?> fieldNamingStrategy) |
void |
setGridFsDatabase(String gridFsDatabase)
Deprecated.
|
void |
setHost(String host) |
void |
setPassword(char[] password) |
void |
setPort(Integer port) |
void |
setReplicaSetName(String replicaSetName) |
void |
setUri(String uri) |
void |
setUsername(String username) |
void |
setUuidRepresentation(org.bson.UuidRepresentation uuidRepresentation) |