public interface SpiUpdate<T> extends Update<T>
Modifier and Type | Interface and Description |
---|---|
static class |
SpiUpdate.OrmUpdateType
The type of the update request.
|
Modifier and Type | Method and Description |
---|---|
String |
getBaseTable()
Return the name of the table being modified.
|
Class<?> |
getBeanType()
Return the type of bean being updated.
|
BindParams |
getBindParams()
Return the bind parameters.
|
SpiUpdate.OrmUpdateType |
getOrmUpdateType()
Return the type of this - insert, update or delete.
|
int |
getTimeout()
Return the timeout in seconds.
|
String |
getUpdateStatement()
Return the update statement.
|
boolean |
isNotifyCache()
Return true if the cache should be notified to invalidate objects.
|
void |
setGeneratedSql(String sql)
Set the generated sql used.
|
execute, getGeneratedSql, getName, set, set, setNotifyCache, setNull, setNull, setNullParameter, setNullParameter, setParameter, setParameter, setTimeout
Class<?> getBeanType()
SpiUpdate.OrmUpdateType getOrmUpdateType()
String getBaseTable()
String getUpdateStatement()
int getTimeout()
boolean isNotifyCache()
BindParams getBindParams()
void setGeneratedSql(String sql)
Copyright © 2015. All Rights Reserved.