Uses of Class
com.jalios.jcms.db.update.SchemaVersion
-
Packages that use SchemaVersion Package Description com.jalios.jcms.db.update -
-
Uses of SchemaVersion in com.jalios.jcms.db.update
Methods in com.jalios.jcms.db.update that return SchemaVersion Modifier and Type Method Description SchemaVersionSchemaUpdater. getCoreVersion()get the current Core schema version from dBSchemaVersionSchemaUpdater. getPluginVersion(java.lang.String pluginName)get the current plugin schema version from dBprotected static SchemaVersionSchemaUpdaterUtil. updateSchemaVersion(SchemaVersion schemaVersion)Methods in com.jalios.jcms.db.update that return types with arguments of type SchemaVersion Modifier and Type Method Description protected static java.util.TreeSet<SchemaVersion>SchemaUpdaterUtil. getAvailableCoreUpdates2(SchemaUpdaterConfiguration configuration)protected static java.util.Map<java.lang.String,java.util.TreeSet<SchemaVersion>>SchemaUpdaterUtil. getAvailableUpdates(SchemaUpdaterConfiguration configuration)protected static java.util.TreeMap<java.lang.String,java.util.TreeSet<SchemaVersion>>SchemaUpdaterUtil. getAvailableUpdates(SchemaUpdaterConfiguration configuration, boolean isCore)protected static java.util.TreeSet<SchemaVersion>SchemaUpdaterUtil. getAvailableUpdates2(SchemaUpdaterConfiguration configuration, java.lang.String scope, java.lang.String baseDir)Methods in com.jalios.jcms.db.update with parameters of type SchemaVersion Modifier and Type Method Description intSchemaVersion. compareTo(SchemaVersion obj)protected static java.util.List<java.lang.String>SchemaUpdaterUtil. getCommandList(SchemaVersion schemaVersion, java.nio.file.Path baseFilePath, java.util.Set<java.lang.String> alreadyExecutedFileSet)protected static SchemaVersionSchemaUpdaterUtil. updateSchemaVersion(SchemaVersion schemaVersion)
-