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