Added a comment to the InsertManager
This commit is contained in:
parent
262baee54c
commit
d48ebe05c0
@ -63,6 +63,11 @@ public class InsertManager {
|
||||
connection.update(build());
|
||||
}
|
||||
|
||||
/**
|
||||
* Builds the current statement
|
||||
*
|
||||
* @return the current statement
|
||||
*/
|
||||
private SQLQuery build() {
|
||||
return connection.createQuery(InsertQuery.class)
|
||||
.addParameter(QueryParameter.TABLE_NAME, tableName)
|
||||
|
Reference in New Issue
Block a user