public class BindablePropertyInsertGenerated extends BindableProperty
This is typically a 'insert timestamp', 'update timestamp' or 'counter'.
prop| Constructor and Description |
|---|
BindablePropertyInsertGenerated(BeanProperty prop,
GeneratedProperty gen) |
| Modifier and Type | Method and Description |
|---|---|
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) |
addChanged, dmlInsert, dmlWhere, toStringpublic BindablePropertyInsertGenerated(BeanProperty prop, GeneratedProperty gen)
public 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.