Package | Description |
---|---|
com.whitestein.lsps.modulemanager.migration.dao | |
com.whitestein.lsps.modulemanager.migration.dao.jpa | |
com.whitestein.lsps.modulemanager.migration.entity |
Modifier and Type | Method and Description |
---|---|
List<Migration> |
MigrationDao.findAll()
Returns a list of all migrations ordered by their start date.
|
Modifier and Type | Method and Description |
---|---|
List<Migration> |
JpaMigrationDao.findAll() |
Modifier and Type | Method and Description |
---|---|
Migration |
ModelUpdate.getMigration()
Returns the migration.
|
Constructor and Description |
---|
ModelUpdate(long modelInstanceId,
Date started,
Migration migration)
Creates new instance.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.