| Package | Description |
|---|---|
| org.seasar.doma.jdbc.criteria.declaration |
Provides classes that build the criteria query statements.
|
| org.seasar.doma.jdbc.criteria.statement |
Provides criteria query statements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteDeclaration.where(java.util.function.Consumer<WhereDeclaration> block) |
SubSelectFromDeclaration<ENTITY> |
SubSelectFromDeclaration.where(java.util.function.Consumer<WhereDeclaration> block) |
void |
SelectFromDeclaration.where(java.util.function.Consumer<WhereDeclaration> block) |
void |
UpdateDeclaration.where(java.util.function.Consumer<WhereDeclaration> block) |
| Modifier and Type | Method and Description |
|---|---|
Statement<java.lang.Integer> |
NativeSqlUpdateTerminal.where(java.util.function.Consumer<WhereDeclaration> block) |
Statement<java.lang.Integer> |
NativeSqlDeleteStarting.where(java.util.function.Consumer<WhereDeclaration> block) |
NativeSqlSelectStarting<ENTITY> |
NativeSqlSelectStarting.where(java.util.function.Consumer<WhereDeclaration> block) |
EntityqlSelectStarting<ENTITY> |
EntityqlSelectStarting.where(java.util.function.Consumer<WhereDeclaration> block) |