Uses of Class
org.seasar.doma.jdbc.criteria.context.UpdateContext
Packages that use UpdateContext
Package
Description
Provides classes that build the criteria query statements.
Provides the SQL queries and builders.
-
Uses of UpdateContext in org.seasar.doma.jdbc.criteria.declaration
Methods in org.seasar.doma.jdbc.criteria.declaration that return UpdateContextConstructors in org.seasar.doma.jdbc.criteria.declaration with parameters of type UpdateContextModifierConstructorDescriptionSetDeclaration(UpdateContext context) UpdateDeclaration(UpdateContext context) WhereDeclaration(UpdateContext context) -
Uses of UpdateContext in org.seasar.doma.jdbc.criteria.query
Constructors in org.seasar.doma.jdbc.criteria.query with parameters of type UpdateContextModifierConstructorDescriptionUpdateBuilder(Config config, UpdateContext context, Function<String, String> commenter, PreparedSqlBuilder buf, AliasManager aliasManager) UpdateBuilder(Config config, UpdateContext context, Function<String, String> commenter, SqlLogType sqlLogType)