| Package | Description |
|---|---|
| org.seasar.doma.jdbc.query |
Provides query objects that build SQL statements.
|
| Modifier and Type | Method and Description |
|---|---|
static UpsertAssemblerSupport.TableNameType |
UpsertAssemblerSupport.TableNameType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UpsertAssemblerSupport.TableNameType[] |
UpsertAssemblerSupport.TableNameType.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.targetTable(EntityType<?> entityType,
UpsertAssemblerSupport.TableNameType tableNameType) |
java.lang.String |
UpsertAssemblerSupport.targetTable(java.util.List<EntityPropertyType<?,?>> entityPropertyTypes,
UpsertAssemblerSupport.TableNameType tableNameType) |