public final class DeleteMeta extends Object
| Constructor and Description |
|---|
DeleteMeta(boolean emptyStringAsNull,
BeanDescriptor<?> desc,
BindableId id,
Bindable version,
Bindable all) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(PersistRequestBean<?> persist,
DmlHandler bind)
Bind the request based on the concurrency mode.
|
String |
getSql(PersistRequestBean<?> request)
get or generate the sql based on the concurrency mode.
|
String |
getTableName()
Return the table name.
|
boolean |
isEmptyStringAsNull() |
public DeleteMeta(boolean emptyStringAsNull,
BeanDescriptor<?> desc,
BindableId id,
Bindable version,
Bindable all)
public boolean isEmptyStringAsNull()
public String getTableName()
public void bind(PersistRequestBean<?> persist, DmlHandler bind) throws SQLException
SQLExceptionpublic String getSql(PersistRequestBean<?> request) throws SQLException
SQLExceptionCopyright © 2014. All Rights Reserved.