Uses of Class
org.seasar.doma.jdbc.criteria.statement.UnifiedSelectStarting
Packages that use UnifiedSelectStarting
Package
Description
Provides entry points for the Criteria API.
Provides criteria query statements.
-
Uses of UnifiedSelectStarting in org.seasar.doma.jdbc.criteria
Methods in org.seasar.doma.jdbc.criteria that return UnifiedSelectStartingModifier and TypeMethodDescription<ENTITY> UnifiedSelectStarting<ENTITY>QueryDsl.from(EntityMetamodel<ENTITY> entityMetamodel) Creates a select statement.<ENTITY> UnifiedSelectStarting<ENTITY>QueryDsl.from(EntityMetamodel<ENTITY> entityMetamodel, Consumer<SelectSettings> settingsConsumer) Creates a select statement.<ENTITY> UnifiedSelectStarting<ENTITY>QueryDsl.from(EntityMetamodel<ENTITY> entityMetamodel, SetOperand<?> setOperandForSubQuery) Creates a select statement.<ENTITY> UnifiedSelectStarting<ENTITY>QueryDsl.from(EntityMetamodel<ENTITY> entityMetamodel, SetOperand<?> setOperandForSubQuery, Consumer<SelectSettings> settingsConsumer) Creates a select statement.<ENTITY> UnifiedSelectStarting<ENTITY>WithQueryDsl.from(EntityMetamodel<ENTITY> entityMetamodel) Creates a select statement.<ENTITY> UnifiedSelectStarting<ENTITY>WithQueryDsl.from(EntityMetamodel<ENTITY> entityMetamodel, Consumer<SelectSettings> settingsConsumer) Creates a select statement.<ENTITY> UnifiedSelectStarting<ENTITY>WithQueryDsl.from(EntityMetamodel<ENTITY> entityMetamodel, SetOperand<?> setOperandForSubQuery) Creates a select statement.<ENTITY> UnifiedSelectStarting<ENTITY>WithQueryDsl.from(EntityMetamodel<ENTITY> entityMetamodel, SetOperand<?> setOperandForSubQuery, Consumer<SelectSettings> settingsConsumer) Creates a select statement. -
Uses of UnifiedSelectStarting in org.seasar.doma.jdbc.criteria.statement
Methods in org.seasar.doma.jdbc.criteria.statement that return UnifiedSelectStartingModifier and TypeMethodDescriptionUnifiedSelectStarting.distinct()UnifiedSelectStarting.distinct(DistinctOption distinctOption) UnifiedSelectStarting.forUpdate()UnifiedSelectStarting.forUpdate(ForUpdateOption option) UnifiedSelectStarting.innerJoin(EntityMetamodel<?> entityMetamodel, Consumer<JoinDeclaration> block) UnifiedSelectStarting.leftJoin(EntityMetamodel<?> entityMetamodel, Consumer<JoinDeclaration> block) UnifiedSelectStarting.orderBy(Consumer<OrderByNameDeclaration> block) UnifiedSelectStarting.where(Consumer<WhereDeclaration> block)