🛠️ Code cleanup & added many new features #1

Merged
gnmyt merged 121 commits from features/code-cleanup into master 2021-09-02 13:34:00 +00:00
39 changed files with 2570 additions and 1188 deletions
Showing only changes of commit d60c2a806f - Show all commits

@ -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)