| Package | Description |
|---|---|
| org.seasar.doma.jdbc.dialect |
Provides RDBMS dialects.
|
| org.seasar.doma.jdbc.id |
Provides classes that are related to identity generation of entity.
|
| Modifier and Type | Method and Description |
|---|---|
AutoGeneratedKeysType |
OracleDialect.getAutoGeneratedKeysType() |
AutoGeneratedKeysType |
Dialect.getAutoGeneratedKeysType()
Returns the type of the auto generated keys.
|
AutoGeneratedKeysType |
StandardDialect.getAutoGeneratedKeysType() |
| Modifier and Type | Method and Description |
|---|---|
static AutoGeneratedKeysType |
AutoGeneratedKeysType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AutoGeneratedKeysType[] |
AutoGeneratedKeysType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|