public final class UpdateMeta extends Object
| Constructor and Description |
|---|
UpdateMeta(boolean emptyStringAsNull,
BeanDescriptor<?> desc,
BindableList set,
BindableId id,
Bindable version,
Bindable all) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(PersistRequestBean<?> persist,
DmlHandler bind,
SpiUpdatePlan updatePlan)
Bind the request based on the concurrency mode.
|
String |
getTableName()
Return the base table name.
|
SpiUpdatePlan |
getUpdatePlan(PersistRequestBean<?> request)
get or generate the sql based on the concurrency mode.
|
boolean |
isEmptyStringAsNull()
Return true if empty strings should be treated as null.
|
public UpdateMeta(boolean emptyStringAsNull,
BeanDescriptor<?> desc,
BindableList set,
BindableId id,
Bindable version,
Bindable all)
public boolean isEmptyStringAsNull()
public String getTableName()
public void bind(PersistRequestBean<?> persist, DmlHandler bind, SpiUpdatePlan updatePlan) throws SQLException
SQLExceptionpublic SpiUpdatePlan getUpdatePlan(PersistRequestBean<?> request)
Copyright © 2014. All Rights Reserved.