Uses of Enum Class
org.seasar.doma.jdbc.SelectForUpdateType
Packages that use SelectForUpdateType
Package
Description
Internal implementation details for the Doma framework.
Provides JDBC related interfaces and classes.
Provides RDBMS dialects.
-
Uses of SelectForUpdateType in org.seasar.doma.internal.jdbc.dialect
Fields in org.seasar.doma.internal.jdbc.dialect declared as SelectForUpdateTypeModifier and TypeFieldDescriptionprotected final SelectForUpdateTypeStandardForUpdateTransformer.forUpdateTypeConstructors in org.seasar.doma.internal.jdbc.dialect with parameters of type SelectForUpdateTypeModifierConstructorDescriptionDb2ForUpdateTransformer(SelectForUpdateType forUpdateType, int waitSeconds, String... aliases) H212126ForUpdateTransformer(SelectForUpdateType forUpdateType, int waitSeconds, String... aliases) H2ForUpdateTransformer(SelectForUpdateType forUpdateType, int waitSeconds, String... aliases) Mssql2008ForUpdateTransformer(SelectForUpdateType forUpdateType, int waitSeconds, String... aliases) MssqlForUpdateTransformer(SelectForUpdateType forUpdateType, int waitSeconds, String... aliases) MysqlForUpdateTransformer(SelectForUpdateType forUpdateType, int waitSeconds, String... aliases) MysqlForUpdateTransformer(SelectForUpdateType forUpdateType, int waitSeconds, String[] aliases, MysqlDialect.MySqlVersion version) OracleForUpdateTransformer(SelectForUpdateType forUpdateType, int waitSeconds, String... aliases) PostgresForUpdateTransformer(SelectForUpdateType forUpdateType, int waitSeconds, String... aliases) StandardForUpdateTransformer(SelectForUpdateType forUpdateType, int waitSeconds, String... aliases) -
Uses of SelectForUpdateType in org.seasar.doma.jdbc
Fields in org.seasar.doma.jdbc declared as SelectForUpdateTypeMethods in org.seasar.doma.jdbc that return SelectForUpdateTypeModifier and TypeMethodDescriptionstatic SelectForUpdateTypeSelectOptionsAccessor.getForUpdateType(SelectOptions options) static SelectForUpdateTypeReturns the enum constant of this class with the specified name.static SelectForUpdateType[]SelectForUpdateType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SelectForUpdateType in org.seasar.doma.jdbc.dialect
Methods in org.seasar.doma.jdbc.dialect with parameters of type SelectForUpdateTypeModifier and TypeMethodDescriptionbooleanDb2Dialect.supportsSelectForUpdate(SelectForUpdateType type, boolean withTargets) booleanDialect.supportsSelectForUpdate(SelectForUpdateType type, boolean withTargets) Determines whether this dialect supports pessimistic locking with the specified options.booleanH212126Dialect.supportsSelectForUpdate(SelectForUpdateType type, boolean withTargets) booleanMssql2008Dialect.supportsSelectForUpdate(SelectForUpdateType type, boolean withTargets) booleanMysqlDialect.supportsSelectForUpdate(SelectForUpdateType type, boolean withTargets) booleanOracle11Dialect.supportsSelectForUpdate(SelectForUpdateType type, boolean withTargets) booleanPostgresDialect.supportsSelectForUpdate(SelectForUpdateType type, boolean withTargets) booleanStandardDialect.supportsSelectForUpdate(SelectForUpdateType type, boolean withTargets) protected SqlNodeDb2Dialect.toForUpdateSqlNode(SqlNode sqlNode, SelectForUpdateType forUpdateType, int waitSeconds, String... aliases) protected SqlNodeH212126Dialect.toForUpdateSqlNode(SqlNode sqlNode, SelectForUpdateType forUpdateType, int waitSeconds, String... aliases) protected SqlNodeH214199Dialect.toForUpdateSqlNode(SqlNode sqlNode, SelectForUpdateType forUpdateType, int waitSeconds, String... aliases) protected SqlNodeHsqldbDialect.toForUpdateSqlNode(SqlNode sqlNode, SelectForUpdateType forUpdateType, int waitSeconds, String... aliases) protected SqlNodeMssql2008Dialect.toForUpdateSqlNode(SqlNode sqlNode, SelectForUpdateType forUpdateType, int waitSeconds, String... aliases) protected SqlNodeMssqlDialect.toForUpdateSqlNode(SqlNode sqlNode, SelectForUpdateType forUpdateType, int waitSeconds, String... aliases) protected SqlNodeMysqlDialect.toForUpdateSqlNode(SqlNode sqlNode, SelectForUpdateType forUpdateType, int waitSeconds, String... aliases) protected SqlNodeOracle11Dialect.toForUpdateSqlNode(SqlNode sqlNode, SelectForUpdateType forUpdateType, int waitSeconds, String... aliases) protected SqlNodePostgresDialect.toForUpdateSqlNode(SqlNode sqlNode, SelectForUpdateType forUpdateType, int waitSeconds, String... aliases) protected SqlNodeSqliteDialect.toForUpdateSqlNode(SqlNode sqlNode, SelectForUpdateType forUpdateType, int waitSeconds, String... aliases) protected SqlNodeStandardDialect.toForUpdateSqlNode(SqlNode sqlNode, SelectForUpdateType forUpdateType, int waitSeconds, String... aliases)