Changed restartQuery back to restartSql to be consistent with related single column case.
This commit is contained in:
@@ -107,7 +107,7 @@ public class MultipleColumnJdbcKeyGenerator implements
|
||||
*
|
||||
* @param restartQuery
|
||||
*/
|
||||
public void setRestartQuery(String restartQuery) {
|
||||
public void setRestartSql(String restartQuery) {
|
||||
this.restartSql = restartQuery;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user