Class MongoSchemaStorageMigrator
java.lang.Object
cloud.quinimbus.persistence.storage.mongo.MongoSchemaStorageMigrator
- All Implemented Interfaces:
PersistenceSchemaStorageMigrator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
runEntityTypeMigration
(EntityType entityType, EntityTypeMigration migration, List<String> path)
-
Constructor Details
-
MongoSchemaStorageMigrator
-
-
Method Details
-
runEntityTypeMigration
public void runEntityTypeMigration(EntityType entityType, EntityTypeMigration migration, List<String> path) throws PersistenceException - Specified by:
runEntityTypeMigration
in interfacePersistenceSchemaStorageMigrator
- Throws:
PersistenceException
-