Interface PersistenceSchemaStorageMigrator
- All Known Implementing Classes:
MongoSchemaStorageMigrator
public interface PersistenceSchemaStorageMigrator
-
Method Summary
Modifier and TypeMethodDescriptionvoid
runEntityTypeMigration
(EntityType entityType, EntityTypeMigration migration, List<String> path)
-
Method Details
-
runEntityTypeMigration
void runEntityTypeMigration(EntityType entityType, EntityTypeMigration migration, List<String> path) throws PersistenceException - Throws:
PersistenceException
-