Added AbstractQuery#defaults
This commit is contained in:
parent
a3e97cda44
commit
d41de8cfcc
@ -6,6 +6,11 @@ public abstract class AbstractQuery {
|
|||||||
|
|
||||||
private final HashMap<QueryParameter, Object> PARAMETERS = new HashMap<>();
|
private final HashMap<QueryParameter, Object> PARAMETERS = new HashMap<>();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Here the query adds its default values
|
||||||
|
*/
|
||||||
|
public abstract void defaults();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The building logic of the sql query
|
* The building logic of the sql query
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user