- validate() - Method in class org.javalite.db_migrator.MigrationManager
-
Validates whether the database is currently up-to-date.
- ValidateMojo - Class in org.javalite.db_migrator.maven
-
Validate current schema against available migrations.
- ValidateMojo() - Constructor for class org.javalite.db_migrator.maven.ValidateMojo
-
- valueOf(String) - Static method in enum org.javalite.db_migrator.DatabaseType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.javalite.db_migrator.DatabaseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION_COLUMN - Static variable in class org.javalite.db_migrator.VersionStrategy
-
- VERSION_TABLE - Static variable in class org.javalite.db_migrator.VersionStrategy
-
- VersionStrategy - Class in org.javalite.db_migrator
-
A trivial VersionStrategy which tracks only the minimal information required to note the current state of the database: the current version.
- VersionStrategy() - Constructor for class org.javalite.db_migrator.VersionStrategy
-
- versionTableExists() - Method in class org.javalite.db_migrator.MigrationManager
-
- versionTableExists() - Method in class org.javalite.db_migrator.VersionStrategy
-