| Modifier | Constructor and Description |
|---|---|
protected |
QueryBuilder() |
| Modifier and Type | Method and Description |
|---|---|
abstract Query |
build()
Builds a SQL statement and abstracts it in a
Query object ready for execution. |
protected static java.lang.String |
getTableName(java.lang.Class<?> table)
Returns the name of the table by either its annotated table name or
Class.getSimpleName(). |
public abstract Query build()
Query object ready for execution.Query object ready for execution.protected static java.lang.String getTableName(java.lang.Class<?> table)
Class.getSimpleName().