Package | Description |
---|---|
com.whitestein.lsps.engine.state |
Contains implementation of persistent entities representing model data types.
|
com.whitestein.lsps.modulemanager.migration.dao | |
com.whitestein.lsps.modulemanager.migration.dao.jpa |
Modifier and Type | Method and Description |
---|---|
ModelUpdate |
ModelInstanceEntity.getModelInstanceMigration()
Returns the model instance migration.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelInstanceEntity.setModelInstanceMigration(ModelUpdate modelInstanceMigration)
Sets the model instance migration.
|
Modifier and Type | Method and Description |
---|---|
ModelUpdate |
ModelInstanceMigrationDao.findCurrentByModelInstanceId(long modelInstanceId)
Returns the current migration for the specified model instance id.
|
Modifier and Type | Method and Description |
---|---|
List<ModelUpdate> |
ModelInstanceMigrationDao.findByMigrationId(long migrationId)
Returns a list of all model instance migrations ordered by the migration
date.
|
List<ModelUpdate> |
ModelInstanceMigrationDao.findByModelInstanceId(long modelInstanceId)
Returns a list of all model instance migrations ordered by the migration
date.
|
Modifier and Type | Method and Description |
---|---|
ModelUpdate |
JpaModelInstanceMigrationDao.findCurrentByModelInstanceId(long modelInstanceId) |
Modifier and Type | Method and Description |
---|---|
List<ModelUpdate> |
JpaModelInstanceMigrationDao.findByMigrationId(long migrationId) |
List<ModelUpdate> |
JpaModelInstanceMigrationDao.findByModelInstanceId(long modelInstanceId) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.