- getApplySuffix() - Method in class io.ebean.dbmigration.MigrationConfig
-
Return the suffix for migration resources (defaults to .sql).
- getClassLoader() - Method in class io.ebean.dbmigration.MigrationConfig
-
Return the ClassLoader to use to load resources.
- getComment() - Method in class io.ebean.dbmigration.MigrationVersion
-
Return the version comment.
- getComment() - Method in class io.ebean.dbmigration.runner.LocalMigrationResource
-
Return the migration comment.
- getContent() - Method in class io.ebean.dbmigration.runner.LocalMigrationResource
-
Return the content for the migration apply ddl script.
- getDbDriver() - Method in class io.ebean.dbmigration.MigrationConfig
-
Return the DB Driver.
- getDbPassword() - Method in class io.ebean.dbmigration.MigrationConfig
-
Return the DB password.
- getDbSchema() - Method in class io.ebean.dbmigration.MigrationConfig
-
Return the DB connection Schema.
- getDbUrl() - Method in class io.ebean.dbmigration.MigrationConfig
-
Return the DB connection URL.
- getDbUsername() - Method in class io.ebean.dbmigration.MigrationConfig
-
Return the DB username.
- getFull() - Method in class io.ebean.dbmigration.MigrationVersion
-
Return the full version.
- getLocation() - Method in class io.ebean.dbmigration.runner.LocalMigrationResource
-
Return the resource location.
- getMetaTable() - Method in class io.ebean.dbmigration.MigrationConfig
-
Return the name of the migration table.
- getMigrationPath() - Method in class io.ebean.dbmigration.MigrationConfig
-
Return the root path used to find migrations.
- getPlatformName() - Method in class io.ebean.dbmigration.MigrationConfig
-
Return the DB platform name (used for platform create table and select for update syntax).
- getRaw() - Method in class io.ebean.dbmigration.MigrationVersion
-
Return the version in raw form.
- getRunPlaceholderMap() - Method in class io.ebean.dbmigration.MigrationConfig
-
Return a map of name/value pairs that can be expressions replaced in migration scripts.
- getRunPlaceholders() - Method in class io.ebean.dbmigration.MigrationConfig
-
Return a Comma and equals delimited key/value placeholders to replace in DDL scripts.
- getType() - Method in class io.ebean.dbmigration.runner.LocalMigrationResource
-
Return the type code ("R" or "V") for this migration.
- getVersion() - Method in class io.ebean.dbmigration.runner.LocalMigrationResource
-
Return the underlying migration version.
- getVersions() - Method in class io.ebean.dbmigration.runner.LocalMigrationResources
-
Return the list of migration resources in version order.