public class SpringDataMongoV3ChangeEntryRepository<CHANGE_ENTRY extends com.github.cloudyrock.mongock.driver.api.entry.ChangeEntry> extends MongoSync4ChangeEntryRepository<CHANGE_ENTRY> implements com.github.cloudyrock.mongock.driver.core.entry.ChangeEntryRepository<CHANGE_ENTRY,org.bson.Document>
collection| Constructor and Description |
|---|
SpringDataMongoV3ChangeEntryRepository(org.springframework.data.mongodb.core.MongoTemplate mongoTemplate,
String collectionName,
boolean indexCreation) |
SpringDataMongoV3ChangeEntryRepository(org.springframework.data.mongodb.core.MongoTemplate mongoTemplate,
String collectionName,
boolean indexCreation,
ReadWriteConfiguration readWriteConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
save(CHANGE_ENTRY changeEntry) |
buildSearchQueryDBObject, isAlreadyExecutedcleanResidualUniqueKeys, createRequiredUniqueIndex, doesNeedToBeRemoved, dropIndex, getIndexDocument, initialize, isIdIndex, isIndexFine, isRequiredIndexCreated, isRightIndex, isUniqueIndex, mapFieldInstancesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAlreadyExecutedpublic SpringDataMongoV3ChangeEntryRepository(org.springframework.data.mongodb.core.MongoTemplate mongoTemplate,
String collectionName,
boolean indexCreation)
public SpringDataMongoV3ChangeEntryRepository(org.springframework.data.mongodb.core.MongoTemplate mongoTemplate,
String collectionName,
boolean indexCreation,
ReadWriteConfiguration readWriteConfiguration)
public void save(CHANGE_ENTRY changeEntry) throws com.github.cloudyrock.mongock.exception.MongockException
save in interface com.github.cloudyrock.mongock.driver.api.entry.ChangeEntryService<CHANGE_ENTRY extends com.github.cloudyrock.mongock.driver.api.entry.ChangeEntry>save in class MongoSync4ChangeEntryRepository<CHANGE_ENTRY extends com.github.cloudyrock.mongock.driver.api.entry.ChangeEntry>com.github.cloudyrock.mongock.exception.MongockExceptionCopyright © 2021. All rights reserved.