Uses of Interface
org.seasar.doma.jdbc.criteria.option.ForUpdateOption
Packages that use ForUpdateOption
Package
Description
Provides contexts and settings used to build the criteria query statements.
Provides classes that build the criteria query statements.
Provides options used to build the criteria query statement.
Provides the SQL queries and builders.
Provides criteria query statements.
Provides RDBMS dialects.
-
Uses of ForUpdateOption in org.seasar.doma.jdbc.criteria.context
Fields in org.seasar.doma.jdbc.criteria.context declared as ForUpdateOptionConstructors in org.seasar.doma.jdbc.criteria.context with parameters of type ForUpdateOption -
Uses of ForUpdateOption in org.seasar.doma.jdbc.criteria.declaration
Methods in org.seasar.doma.jdbc.criteria.declaration with parameters of type ForUpdateOption -
Uses of ForUpdateOption in org.seasar.doma.jdbc.criteria.option
Classes in org.seasar.doma.jdbc.criteria.option that implement ForUpdateOptionModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classMethods in org.seasar.doma.jdbc.criteria.option that return ForUpdateOptionModifier and TypeMethodDescriptionstatic ForUpdateOptionForUpdateOption.basic(PropertyMetamodel<?>... propertyMetamodels) Indicate that the option append the FOR UPDATE clause.static ForUpdateOptionForUpdateOption.none()Indicates that the option does nothing.static ForUpdateOptionForUpdateOption.noWait(PropertyMetamodel<?>... propertyMetamodels) Indicate that the option append the FOR UPDATE ...static ForUpdateOptionForUpdateOption.wait(int seconds, PropertyMetamodel<?>... propertyMetamodels) Indicate that the option append the FOR UPDATE ... -
Uses of ForUpdateOption in org.seasar.doma.jdbc.criteria.query
Methods in org.seasar.doma.jdbc.criteria.query with parameters of type ForUpdateOptionModifier and TypeMethodDescriptionvoidCriteriaBuilder.forUpdate(PreparedSqlBuilder buf, ForUpdateOption option, Consumer<PropertyMetamodel<?>> column, AliasManager aliasManager) Builds a SQL fragment for FOR UPDATE clause.voidCriteriaBuilder.lockWithTableHint(PreparedSqlBuilder buf, ForUpdateOption option, Consumer<PropertyMetamodel<?>> column) Builds a SQL fragment for locking using table hints. -
Uses of ForUpdateOption in org.seasar.doma.jdbc.criteria.statement
Methods in org.seasar.doma.jdbc.criteria.statement with parameters of type ForUpdateOptionModifier and TypeMethodDescriptionEntityqlSelectStarting.forUpdate(ForUpdateOption option) EntityQueryable.forUpdate(ForUpdateOption option) Specifies the for update clause with the specified option.NativeSqlSelectStarting.forUpdate(ForUpdateOption option) UnifiedSelectStarting.forUpdate(ForUpdateOption option) UnifiedSelectTerminal.forUpdate(ForUpdateOption option) -
Uses of ForUpdateOption in org.seasar.doma.jdbc.dialect
Methods in org.seasar.doma.jdbc.dialect with parameters of type ForUpdateOptionModifier and TypeMethodDescriptionvoidDb2Dialect.Db2CriteriaBuilder.forUpdate(PreparedSqlBuilder buf, ForUpdateOption option, Consumer<PropertyMetamodel<?>> column, AliasManager aliasManager) voidMssql2008Dialect.Mssql2008CriteriaBuilder.forUpdate(PreparedSqlBuilder buf, ForUpdateOption option, Consumer<PropertyMetamodel<?>> column, AliasManager aliasManager) voidOracle11Dialect.Oracle11CriteriaBuilder.forUpdate(PreparedSqlBuilder buf, ForUpdateOption option, Consumer<PropertyMetamodel<?>> column, AliasManager aliasManager) voidPostgresDialect.PostgresCriteriaBuilder.forUpdate(PreparedSqlBuilder buf, ForUpdateOption option, Consumer<PropertyMetamodel<?>> column, AliasManager aliasManager) voidStandardDialect.StandardCriteriaBuilder.forUpdate(PreparedSqlBuilder buf, ForUpdateOption option, Consumer<PropertyMetamodel<?>> column, AliasManager aliasManager) voidMssql2008Dialect.Mssql2008CriteriaBuilder.lockWithTableHint(PreparedSqlBuilder buf, ForUpdateOption option, Consumer<PropertyMetamodel<?>> column) voidStandardDialect.StandardCriteriaBuilder.lockWithTableHint(PreparedSqlBuilder buf, ForUpdateOption option, Consumer<PropertyMetamodel<?>> column)