Uses of Class
de.xima.fc.persistence.schema.SchemaMigrationException
Packages that use SchemaMigrationException
Package
Description
-
Uses of SchemaMigrationException in de.xima.fc.persistence.impl
Methods in de.xima.fc.persistence.impl that throw SchemaMigrationException -
Uses of SchemaMigrationException in de.xima.fc.persistence.impl.schema
Methods in de.xima.fc.persistence.impl.schema that throw SchemaMigrationExceptionModifier and TypeMethodDescriptionvoidSchemaMigrationServiceImpl.dropDatabase(DataSource dataSource, String file) List<liquibase.changelog.ChangeSet> SchemaMigrationServiceImpl.getUnrunChangesets(DataSource dataSource, String file, String contexts) voidSchemaMigrationServiceImpl.updateDatabase(DataSource dataSource, String file, String contexts) -
Uses of SchemaMigrationException in de.xima.fc.persistence.system
Methods in de.xima.fc.persistence.system that throw SchemaMigrationExceptionModifier and TypeMethodDescriptionvoidSystemPersistenceManager.migrateSchema()Updates the schema of the system database to the latest version.