Uses of Record Class
org.tentackle.model.migrate.TableMigrator.Result
Packages that use TableMigrator.Result
-
Uses of TableMigrator.Result in org.tentackle.model.migrate
Methods in org.tentackle.model.migrate that return TableMigrator.ResultModifier and TypeMethodDescriptionTableMigrator.migrate(Collection<Pattern> hints, Collection<ColumnMigration> columnMigrations, Map<String, String> renameColumns) Create SQL code to migrate the table.Methods in org.tentackle.model.migrate with parameters of type TableMigrator.ResultModifier and TypeMethodDescriptionvoidCustomMigrationValidator.validate(TableMigrator migrator, TableMigrator.Result result) Validates a migration.