Uses of Class
org.seasar.doma.jdbc.criteria.statement.EntityqlSelectStarting
Packages that use EntityqlSelectStarting
Package
Description
Provides entry points for the Criteria API.
Provides criteria query statements.
-
Uses of EntityqlSelectStarting in org.seasar.doma.jdbc.criteria
Methods in org.seasar.doma.jdbc.criteria that return EntityqlSelectStartingModifier and TypeMethodDescription<ENTITY> EntityqlSelectStarting<ENTITY>Entityql.from(EntityMetamodel<ENTITY> entityMetamodel) Deprecated, for removal: This API element is subject to removal in a future version.<ENTITY> EntityqlSelectStarting<ENTITY>Entityql.from(EntityMetamodel<ENTITY> entityMetamodel, Consumer<SelectSettings> settingsConsumer) Deprecated, for removal: This API element is subject to removal in a future version.<ENTITY> EntityqlSelectStarting<ENTITY>Entityql.from(EntityMetamodel<ENTITY> entityMetamodel, SetOperand<?> setOperandForSubQuery) Deprecated, for removal: This API element is subject to removal in a future version.<ENTITY> EntityqlSelectStarting<ENTITY>Entityql.from(EntityMetamodel<ENTITY> entityMetamodel, SetOperand<?> setOperandForSubQuery, Consumer<SelectSettings> settingsConsumer) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of EntityqlSelectStarting in org.seasar.doma.jdbc.criteria.statement
Methods in org.seasar.doma.jdbc.criteria.statement that return EntityqlSelectStartingModifier and TypeMethodDescription<ENTITY1,ENTITY2>
EntityqlSelectStarting<ENTITY>EntityqlSelectStarting.associate(EntityMetamodel<ENTITY1> first, EntityMetamodel<ENTITY2> second, BiConsumer<ENTITY1, ENTITY2> associator) <ENTITY1,ENTITY2>
EntityqlSelectStarting<ENTITY>EntityqlSelectStarting.associate(EntityMetamodel<ENTITY1> first, EntityMetamodel<ENTITY2> second, BiConsumer<ENTITY1, ENTITY2> associator, AssociationOption option) <ENTITY1,ENTITY2>
EntityqlSelectStarting<ENTITY>EntityqlSelectStarting.associateWith(EntityMetamodel<ENTITY1> first, EntityMetamodel<ENTITY2> second, BiFunction<ENTITY1, ENTITY2, ENTITY1> associator) <ENTITY1,ENTITY2>
EntityqlSelectStarting<ENTITY>EntityqlSelectStarting.associateWith(EntityMetamodel<ENTITY1> first, EntityMetamodel<ENTITY2> second, BiFunction<ENTITY1, ENTITY2, ENTITY1> associator, AssociationOption option) EntityqlSelectStarting.distinct()EntityqlSelectStarting.distinct(DistinctOption distinctOption) EntityqlSelectStarting.forUpdate()EntityqlSelectStarting.forUpdate(ForUpdateOption option) EntityqlSelectStarting.innerJoin(EntityMetamodel<?> entityMetamodel, Consumer<JoinDeclaration> block) EntityqlSelectStarting.leftJoin(EntityMetamodel<?> entityMetamodel, Consumer<JoinDeclaration> block) EntityqlSelectStarting.orderBy(Consumer<OrderByNameDeclaration> block) EntityqlSelectStarting.where(Consumer<WhereDeclaration> block)