public class InsertChunk extends SqlChunk
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
data |
protected boolean |
defaultIsUpdateablePrimaryKey |
protected java.lang.String |
entityName |
protected java.lang.Class |
entityType |
CHUNK_INSERT, CHUNK_MATCH, CHUNK_RAW, CHUNK_REFERENCE, CHUNK_SELECT_COLUMNS, CHUNK_TABLE, CHUNK_UPDATE, CHUNK_VALUE, COLS_ALL, COLS_ALL_BUT_ID, COLS_NA, COLS_NA_MULTI, COLS_ONLY_EXISTING, COLS_ONLY_IDS, nextChunk, previousChunk, templateData
Constructor and Description |
---|
InsertChunk(DbEntityManager dbEntityManager,
boolean isUpdateablePrimaryKey,
java.lang.Class entityType,
java.lang.Object data) |
InsertChunk(DbEntityManager dbEntityManager,
boolean isUpdateablePrimaryKey,
java.lang.String entityName,
java.lang.Object data) |
Modifier and Type | Method and Description |
---|---|
void |
process(java.lang.StringBuilder out)
Process the chunk and appends data to the output.
|
appendMissingSpace, defineParameter, findColumnRef, getNextChunk, getPreviousChunk, init, insertChunkAfter, isEmptyColumnValue, isPreviousChunkOfSameType, isPreviousChunkOfType, isPreviousMacroChunk, isPreviousRawChunk, lookupName, lookupTableRef, lookupTableRef, lookupType, resolveClass, resolveTable, separateByCommaOrSpace
protected final java.lang.String entityName
protected final java.lang.Class entityType
protected final java.lang.Object data
protected final boolean defaultIsUpdateablePrimaryKey
public InsertChunk(DbEntityManager dbEntityManager, boolean isUpdateablePrimaryKey, java.lang.String entityName, java.lang.Object data)
public InsertChunk(DbEntityManager dbEntityManager, boolean isUpdateablePrimaryKey, java.lang.Class entityType, java.lang.Object data)
Copyright © 2003-present Jodd Team