Returns the base packages to scan for MongoDB mapped entities at startup. Will return the package name of the
configuration class' (the concrete class, not this one here) by default. So if you have a
com.acme.AppConfig extending MongoConfigurationSupport the base package will be considered
com.acme unless the method is overridden to implement alternate behavior.
Returns:
the base packages to scan for mapped Document classes or an empty collection to not enable scanning
for entities.
Scans the mapping base package for classes annotated with Document. By default, it scans for entities in
all packages returned by getMappingBasePackages().
Configures whether to abbreviate field names for domain objects by configuring a
CamelCaseAbbreviatingFieldNamingStrategy on the MongoMappingContext instance created. For advanced
customization needs, consider overriding #mappingMongoConverter().