Uses of Class
org.tentackle.model.migrate.IndexMigrator.Result
-
Packages that use IndexMigrator.Result Package Description org.tentackle.model.migrate Database migration support. -
-
Uses of IndexMigrator.Result in org.tentackle.model.migrate
Methods in org.tentackle.model.migrate that return IndexMigrator.Result Modifier and Type Method Description IndexMigrator.ResultIndexMigrator. migrate()Migrates the index.IndexMigrator.ResultIndexMigrator.Result. sum(IndexMigrator.Result result)Builds the sum of this and another result.Methods in org.tentackle.model.migrate with parameters of type IndexMigrator.Result Modifier and Type Method Description IndexMigrator.ResultIndexMigrator.Result. sum(IndexMigrator.Result result)Builds the sum of this and another result.
-