Uses of 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.