Uses of Class
org.tentackle.model.migrate.TableMigrator.Result
-
Packages that use TableMigrator.Result Package Description org.tentackle.model.migrate Database migration support. -
-
Uses of TableMigrator.Result in org.tentackle.model.migrate
Methods in org.tentackle.model.migrate that return TableMigrator.Result Modifier and Type Method Description TableMigrator.ResultTableMigrator. migrate(Collection<Pattern> hints, Collection<ColumnMigration> columnMigrations, Map<String,String> renameColumns)Create SQL code to migrate the table.
-