| Package | Description |
|---|---|
| org.seasar.doma.jdbc.query |
Provides query objects that build SQL statements.
|
| Modifier and Type | Method and Description |
|---|---|
static UpsertAssemblerSupport.ColumnNameType |
UpsertAssemblerSupport.ColumnNameType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UpsertAssemblerSupport.ColumnNameType[] |
UpsertAssemblerSupport.ColumnNameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
UpsertAssemblerSupport.excludeProp(EntityPropertyType<?,?> propertyType,
UpsertAssemblerSupport.ColumnNameType columnNameType) |
java.lang.String |
UpsertAssemblerSupport.targetProp(EntityPropertyType<?,?> propertyType,
UpsertAssemblerSupport.ColumnNameType columnNameType) |