Class MongoSchemaStorageMigrator
java.lang.Object
cloud.quinimbus.persistence.storage.mongo.MongoSchemaStorageMigrator
- All Implemented Interfaces:
PersistenceSchemaStorageMigrator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrunPropertyAddMigration(EntityType entityType, PropertyAddMigrationType pamt, List<String> path) voidrunPropertyValueMappingMigrationType(EntityType entityType, PropertyValueMappingMigrationType pvmmt, List<String> path) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PersistenceSchemaStorageMigrator
runEntityTypeMigration
-
Constructor Details
-
MongoSchemaStorageMigrator
-
-
Method Details
-
runPropertyAddMigration
public void runPropertyAddMigration(EntityType entityType, PropertyAddMigrationType pamt, List<String> path) throws PersistenceException - Specified by:
runPropertyAddMigrationin interfacePersistenceSchemaStorageMigrator- Throws:
PersistenceException
-
runPropertyValueMappingMigrationType
public void runPropertyValueMappingMigrationType(EntityType entityType, PropertyValueMappingMigrationType pvmmt, List<String> path) throws PersistenceException - Specified by:
runPropertyValueMappingMigrationTypein interfacePersistenceSchemaStorageMigrator- Throws:
PersistenceException
-