🛠️ Code cleanup & added many new features #1
@ -6,6 +6,11 @@ public abstract class AbstractQuery {
|
||||
|
||||
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
|
||||
*
|
||||
|
Reference in New Issue
Block a user