Changed the access modifier of UpdateManager#build
This commit is contained in:
parent
d970568158
commit
d60c2a806f
@ -88,7 +88,7 @@ public class UpdateManager {
|
||||
*
|
||||
* @return the current statement
|
||||
*/
|
||||
public SQLQuery build() {
|
||||
private SQLQuery build() {
|
||||
return connection.createQuery(UpdateQuery.class)
|
||||
.addParameter(QueryParameter.TABLE_NAME, tableName)
|
||||
.addParameter(QueryParameter.WHERE_LIST, whereList)
|
||||
|
Reference in New Issue
Block a user