public interface GeneratedProperty
| Modifier and Type | Method and Description |
|---|---|
Object |
getInsertValue(BeanProperty prop,
Object bean)
Get the generated insert value for a specific property of a bean.
|
Object |
getUpdateValue(BeanProperty prop,
Object bean)
Get the generated update value for a specific property of a bean.
|
boolean |
includeInInsert()
Return true if this should be included in insert statements.
|
boolean |
includeInUpdate()
Return true if this should always be includes in an update statement.
|
boolean |
isDDLNotNullable()
Return true if the GeneratedProperty implies the DDL to create the DB
column should have a not null constraint.
|
Object getInsertValue(BeanProperty prop, Object bean)
Object getUpdateValue(BeanProperty prop, Object bean)
boolean includeInUpdate()
Used to include GeneratedUpdateTimestamp in dynamic table updates.
boolean includeInInsert()
boolean isDDLNotNullable()
Copyright © 2014. All Rights Reserved.