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