Class | Description |
---|---|
ColumnsSelectChunk |
Columns select chunk resolves entity column(s) from column references.
|
ColumnValueChunk |
Value for the last column. |
InsertChunk |
Renders complete INSERT statement.
|
MatchChunk |
Renders condition part of the sql query based on values in provided entity object.
|
RawSqlChunk |
Simply holds hard-coded SQL string that will be appended to the result.
|
ReferenceChunk |
Resolves column and table references.
|
SqlChunk |
SQL chunk defines part of the SQL query that can be processed.
|
TableChunk |
Table chunk resolves table name, optional table alias and defines table references.
|
UpdateSetChunk |
Generates the SET part of the UPDATE statement.
|
ValueChunk |
Defines SQL parameter and its value.
|
Copyright © 2003-present Jodd Team