| Package | Description |
|---|---|
| org.seasar.doma.jdbc.criteria.declaration |
Provides classes that build the criteria query statements.
|
| org.seasar.doma.jdbc.criteria.option |
Provides options used to build the criteria query statement.
|
| org.seasar.doma.jdbc.criteria.statement |
Provides criteria query statements.
|
| Modifier and Type | Method and Description |
|---|---|
<ENTITY1,ENTITY2> |
SelectFromDeclaration.associate(EntityMetamodel<ENTITY1> first,
EntityMetamodel<ENTITY2> second,
java.util.function.BiConsumer<ENTITY1,ENTITY2> associator,
AssociationOption option) |
<ENTITY1,ENTITY2> |
SelectFromDeclaration.associateWith(EntityMetamodel<ENTITY1> first,
EntityMetamodel<ENTITY2> second,
java.util.function.BiFunction<ENTITY1,ENTITY2,ENTITY1> associator,
AssociationOption option) |
| Modifier and Type | Class and Description |
|---|---|
static class |
AssociationOption.Kind |
| Modifier and Type | Method and Description |
|---|---|
static AssociationOption |
AssociationOption.mandatory()
Indicates that the related join operation is mandatory.
|
static AssociationOption |
AssociationOption.optional()
Indicates that the related join operation is optional.
|
| Modifier and Type | Method and Description |
|---|---|
<ENTITY1,ENTITY2> |
EntityqlSelectStarting.associate(EntityMetamodel<ENTITY1> first,
EntityMetamodel<ENTITY2> second,
java.util.function.BiConsumer<ENTITY1,ENTITY2> associator,
AssociationOption option) |
<ENTITY1,ENTITY2> |
EntityqlSelectStarting.associateWith(EntityMetamodel<ENTITY1> first,
EntityMetamodel<ENTITY2> second,
java.util.function.BiFunction<ENTITY1,ENTITY2,ENTITY1> associator,
AssociationOption option) |