public class BindablePropertyUpdateGenerated extends BindableProperty
This is typically a 'update timestamp' or 'counter'.
prop| Constructor and Description |
|---|
BindablePropertyUpdateGenerated(BeanProperty prop,
GeneratedProperty gen) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChanged(PersistRequestBean<?> request,
List<Bindable> list)
Always add BindablePropertyUpdateGenerated properties.
|
void |
dmlAppend(GenerateDmlRequest request,
boolean checkIncludes)
Always bind on Insert SET.
|
void |
dmlBind(BindableRequest request,
boolean checkIncludes,
Object bean)
Bind given the request and bean.
|
void |
dmlBindWhere(BindableRequest request,
boolean checkIncludes,
Object bean) |
dmlInsert, dmlWhere, toStringpublic BindablePropertyUpdateGenerated(BeanProperty prop, GeneratedProperty gen)
public void addChanged(PersistRequestBean<?> request, List<Bindable> list)
addChanged in interface BindableaddChanged in class BindablePropertypublic void dmlBind(BindableRequest request, boolean checkIncludes, Object bean) throws SQLException
BindabledmlBind in interface BindabledmlBind in class BindablePropertySQLExceptionpublic void dmlBindWhere(BindableRequest request, boolean checkIncludes, Object bean) throws SQLException
dmlBindWhere in interface BindabledmlBindWhere in class BindablePropertySQLExceptionpublic void dmlAppend(GenerateDmlRequest request, boolean checkIncludes)
dmlAppend in interface BindabledmlAppend in class BindablePropertyCopyright © 2014. All Rights Reserved.