Interface DbUpgradeStep
-
- All Known Implementing Classes:
DbUpgradeStep52To53InsertPropertyHistoryLevel
public interface DbUpgradeStep
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(DbSqlSession dbSqlSession)
-
-
-
Method Detail
-
execute
void execute(DbSqlSession dbSqlSession) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-