| Package | Description |
|---|---|
| org.seasar.doma.jdbc |
Provides JDBC related interfaces and classes.
|
| org.seasar.doma.jdbc.dialect |
Provides RDBMS dialects.
|
| Modifier and Type | Field and Description |
|---|---|
protected SelectForUpdateType |
SelectOptions.forUpdateType |
| Modifier and Type | Method and Description |
|---|---|
static SelectForUpdateType |
SelectOptionsAccessor.getForUpdateType(SelectOptions options) |
static SelectForUpdateType |
SelectForUpdateType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SelectForUpdateType[] |
SelectForUpdateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Mssql2008Dialect.supportsSelectForUpdate(SelectForUpdateType type,
boolean withTargets) |
boolean |
H212126Dialect.supportsSelectForUpdate(SelectForUpdateType type,
boolean withTargets) |
boolean |
Db2Dialect.supportsSelectForUpdate(SelectForUpdateType type,
boolean withTargets) |
boolean |
Dialect.supportsSelectForUpdate(SelectForUpdateType type,
boolean withTargets)
Whether this object supports pessimistic locking.
|
boolean |
PostgresDialect.supportsSelectForUpdate(SelectForUpdateType type,
boolean withTargets) |
boolean |
Oracle11Dialect.supportsSelectForUpdate(SelectForUpdateType type,
boolean withTargets) |
boolean |
MysqlDialect.supportsSelectForUpdate(SelectForUpdateType type,
boolean withTargets) |
boolean |
StandardDialect.supportsSelectForUpdate(SelectForUpdateType type,
boolean withTargets) |
protected SqlNode |
Mssql2008Dialect.toForUpdateSqlNode(SqlNode sqlNode,
SelectForUpdateType forUpdateType,
int waitSeconds,
java.lang.String... aliases) |
protected SqlNode |
MssqlDialect.toForUpdateSqlNode(SqlNode sqlNode,
SelectForUpdateType forUpdateType,
int waitSeconds,
java.lang.String... aliases) |
protected SqlNode |
H212126Dialect.toForUpdateSqlNode(SqlNode sqlNode,
SelectForUpdateType forUpdateType,
int waitSeconds,
java.lang.String... aliases) |
protected SqlNode |
Db2Dialect.toForUpdateSqlNode(SqlNode sqlNode,
SelectForUpdateType forUpdateType,
int waitSeconds,
java.lang.String... aliases) |
protected SqlNode |
PostgresDialect.toForUpdateSqlNode(SqlNode sqlNode,
SelectForUpdateType forUpdateType,
int waitSeconds,
java.lang.String... aliases) |
protected SqlNode |
H214199Dialect.toForUpdateSqlNode(SqlNode sqlNode,
SelectForUpdateType forUpdateType,
int waitSeconds,
java.lang.String... aliases) |
protected SqlNode |
SqliteDialect.toForUpdateSqlNode(SqlNode sqlNode,
SelectForUpdateType forUpdateType,
int waitSeconds,
java.lang.String... aliases) |
protected SqlNode |
Oracle11Dialect.toForUpdateSqlNode(SqlNode sqlNode,
SelectForUpdateType forUpdateType,
int waitSeconds,
java.lang.String... aliases) |
protected SqlNode |
MysqlDialect.toForUpdateSqlNode(SqlNode sqlNode,
SelectForUpdateType forUpdateType,
int waitSeconds,
java.lang.String... aliases) |
protected SqlNode |
HsqldbDialect.toForUpdateSqlNode(SqlNode sqlNode,
SelectForUpdateType forUpdateType,
int waitSeconds,
java.lang.String... aliases) |
protected SqlNode |
StandardDialect.toForUpdateSqlNode(SqlNode sqlNode,
SelectForUpdateType forUpdateType,
int waitSeconds,
java.lang.String... aliases) |