| Package | Description |
|---|---|
| org.seasar.doma.jdbc.criteria.command |
Provides classes that execute SQL statements and handle the results.
|
| org.seasar.doma.jdbc.criteria.context |
Provides contexts and settings used to build the criteria query statements.
|
| org.seasar.doma.jdbc.criteria.declaration |
Provides classes that build the criteria query statements.
|
| org.seasar.doma.jdbc.criteria.expression |
Provides classes that represent the SQL expressions.
|
| org.seasar.doma.jdbc.criteria.query |
Provides the SQL queries and builders.
|
| Constructor and Description |
|---|
AssociateCommand(SelectContext context,
SelectQuery query,
EntityMetamodel<ENTITY> entityMetamodel) |
| Modifier and Type | Field and Description |
|---|---|
SelectContext |
Criterion.Exists.context |
SelectContext |
Criterion.NotExists.context |
SelectContext |
SetOperationContext.Select.context |
SelectContext |
Criterion.InSubQuery.right |
SelectContext |
Criterion.NotInSubQuery.right |
SelectContext |
Criterion.InTuple2SubQuery.right |
SelectContext |
Criterion.NotInTuple2SubQuery.right |
SelectContext |
Criterion.InTuple3SubQuery.right |
SelectContext |
Criterion.NotInTuple3SubQuery.right |
SelectContext |
InsertContext.selectContext |
| Modifier and Type | Method and Description |
|---|---|
SelectContext |
SubSelectContext.get() |
SelectContext |
SubSelectContext.Single.get() |
| Constructor and Description |
|---|
Exists(SelectContext context) |
InSubQuery(Operand.Prop left,
SelectContext right) |
InTuple2SubQuery(Tuple2<Operand.Prop,Operand.Prop> left,
SelectContext right) |
InTuple3SubQuery(Tuple3<Operand.Prop,Operand.Prop,Operand.Prop> left,
SelectContext right) |
NotExists(SelectContext context) |
NotInSubQuery(Operand.Prop left,
SelectContext right) |
NotInTuple2SubQuery(Tuple2<Operand.Prop,Operand.Prop> left,
SelectContext right) |
NotInTuple3SubQuery(Tuple3<Operand.Prop,Operand.Prop,Operand.Prop> left,
SelectContext right) |
Select(SelectContext context) |
Single(SelectContext context,
PropertyMetamodel<PROPERTY> propertyMetamodel) |
| Modifier and Type | Method and Description |
|---|---|
SelectContext |
SubSelectFromDeclaration.get() |
SelectContext |
SelectFromDeclaration.getContext() |
| Constructor and Description |
|---|
HavingDeclaration(SelectContext context) |
OrderByNameDeclaration(SelectContext context) |
SelectFromDeclaration(SelectContext context) |
WhereDeclaration(SelectContext context) |
| Modifier and Type | Field and Description |
|---|---|
SelectContext |
SelectExpression.context |
| Constructor and Description |
|---|
SelectBuilder(Config config,
SelectContext context,
java.util.function.Function<java.lang.String,java.lang.String> commenter,
org.seasar.doma.internal.jdbc.sql.PreparedSqlBuilder buf,
AliasManager aliasManager) |
SelectBuilder(Config config,
SelectContext context,
java.util.function.Function<java.lang.String,java.lang.String> commenter,
SqlLogType sqlLogType) |