| Package | Description | 
|---|---|
| net.bluemind.system.persistence | |
| net.bluemind.system.schemaupgrader.internal | 
| Modifier and Type | Method and Description | 
|---|---|
SchemaVersion | 
SchemaVersion.component(java.lang.String component)  | 
SchemaVersion | 
SchemaVersion.phase(SchemaVersion.UpgradePhase phase)  | 
SchemaVersion | 
SchemaVersion.success(boolean success)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<SchemaVersion> | 
SchemaVersionStore.get(int major,
   int build)  | 
static JdbcAbstractStore.EntityPopulator<SchemaVersion> | 
SchemaVersionColumns.populator()  | 
static JdbcAbstractStore.StatementValues<SchemaVersion> | 
SchemaVersionColumns.statementValues()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SchemaVersionStore.add(SchemaVersion value)  | 
int | 
SchemaVersion.compareTo(SchemaVersion o)  | 
| Constructor and Description | 
|---|
UpdaterFilter(int major,
             int start,
             int end,
             java.util.List<SchemaVersion> storedUpgraders,
             java.lang.String component)  | 
Copyright © 2021. All Rights Reserved.