Uses of Class
org.seasar.doma.jdbc.criteria.declaration.WhereDeclaration
Packages that use WhereDeclaration
Package
Description
Provides classes that build the criteria query statements.
Provides criteria query statements.
-
Uses of WhereDeclaration in org.seasar.doma.jdbc.criteria.declaration
Method parameters in org.seasar.doma.jdbc.criteria.declaration with type arguments of type WhereDeclarationModifier and TypeMethodDescriptionvoidDeleteDeclaration.where(Consumer<WhereDeclaration> block) voidSelectFromDeclaration.where(Consumer<WhereDeclaration> block) SubSelectFromDeclaration.where(Consumer<WhereDeclaration> block) voidUpdateDeclaration.where(Consumer<WhereDeclaration> block) -
Uses of WhereDeclaration in org.seasar.doma.jdbc.criteria.statement
Method parameters in org.seasar.doma.jdbc.criteria.statement with type arguments of type WhereDeclarationModifier and TypeMethodDescriptionEntityqlSelectStarting.where(Consumer<WhereDeclaration> block) EntityQueryable.where(Consumer<WhereDeclaration> block) Specifies the where clause.NativeSqlDeleteStarting.where(Consumer<WhereDeclaration> block) NativeSqlSelectStarting.where(Consumer<WhereDeclaration> block) NativeSqlUpdateTerminal.where(Consumer<WhereDeclaration> block) UnifiedDeleteStarting.where(Consumer<WhereDeclaration> block) Specifies the where clause.UnifiedSelectStarting.where(Consumer<WhereDeclaration> block) UnifiedSelectTerminal.where(Consumer<WhereDeclaration> block)