Uses of Class
org.nuiton.topia.persistence.TopiaMigrationServiceException
Packages that use TopiaMigrationServiceException
Package
Description
This package contains most of the needed contracts when using ToPIA.
-
Uses of TopiaMigrationServiceException in org.nuiton.topia.persistence
Methods in org.nuiton.topia.persistence that throw TopiaMigrationServiceExceptionModifier and TypeMethodDescriptionTopiaMigrationService.getSchemaVersion()voidTopiaMigrationService.initOnCreateSchema()The schema has been created by ToPIA, the service should init the migration engine and store the schema version somewhere.voidTopiaMigrationService.runSchemaMigration()The schema already exists in an unknown version, service should update the schema if necessary.