| Package | Description |
|---|---|
| com.github.mongobee |
| Modifier and Type | Method and Description |
|---|---|
Mongobee |
Mongobee.setChangeLogsScanPackage(String changeLogsScanPackage)
Package name where @ChangeLog-annotated classes are kept.
|
Mongobee |
Mongobee.setDbName(String dbName)
Used DB name should be set here or via MongoDB URI (in a constructor)
|
Mongobee |
Mongobee.setEnabled(boolean enabled)
Feature which enables/disables Mongobee runner execution
|
Mongobee |
Mongobee.setMongoClientURI(com.mongodb.MongoClientURI mongoClientURI)
Sets uri to MongoDB
|
Mongobee |
Mongobee.setSpringEnvironment(org.springframework.core.env.Environment environment)
Set Environment object for Spring Profiles (@Profile) integration
|
Copyright © 2014. All rights reserved.