Package org.javers.repository.mongo
Class MongoRepositoryConfigurationBuilder
java.lang.Object
org.javers.repository.mongo.MongoRepositoryConfigurationBuilder
-
Method Summary
Modifier and TypeMethodDescriptionorg.javers.repository.mongo.MongoRepositoryConfigurationbuild()withCacheSize(int cacheSize) withDialect(MongoDialect dialect) withHeadCollectionName(String headCollectionName) withSchemaManagementEnabled(boolean schemaManagementEnabled) withSnapshotCollectionName(String snapshotCollectionName)
-
Method Details
-
mongoRepositoryConfiguration
-
withSnapshotCollectionName
public MongoRepositoryConfigurationBuilder withSnapshotCollectionName(String snapshotCollectionName) -
withCacheSize
-
withDialect
-
withHeadCollectionName
-
withSchemaManagementEnabled
public MongoRepositoryConfigurationBuilder withSchemaManagementEnabled(boolean schemaManagementEnabled) -
build
public org.javers.repository.mongo.MongoRepositoryConfiguration build()
-