Uses of Class
org.seasar.doma.jdbc.criteria.statement.NativeSqlSelectStarting
Packages that use NativeSqlSelectStarting
Package
Description
Provides entry points for the Criteria API.
Provides criteria query statements.
-
Uses of NativeSqlSelectStarting in org.seasar.doma.jdbc.criteria
Methods in org.seasar.doma.jdbc.criteria that return NativeSqlSelectStartingModifier and TypeMethodDescription<ENTITY> NativeSqlSelectStarting<ENTITY>NativeSql.from(EntityMetamodel<ENTITY> entityMetamodel) Deprecated, for removal: This API element is subject to removal in a future version.<ENTITY> NativeSqlSelectStarting<ENTITY>NativeSql.from(EntityMetamodel<ENTITY> entityMetamodel, Consumer<SelectSettings> settingsConsumer) Deprecated, for removal: This API element is subject to removal in a future version.<ENTITY> NativeSqlSelectStarting<ENTITY>NativeSql.from(EntityMetamodel<ENTITY> entityMetamodel, SetOperand<?> setOperandForSubQuery) Deprecated, for removal: This API element is subject to removal in a future version.<ENTITY> NativeSqlSelectStarting<ENTITY>NativeSql.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 NativeSqlSelectStarting in org.seasar.doma.jdbc.criteria.statement
Methods in org.seasar.doma.jdbc.criteria.statement that return NativeSqlSelectStartingModifier and TypeMethodDescriptionNativeSqlSelectStarting.distinct()NativeSqlSelectStarting.distinct(DistinctOption distinctOption) NativeSqlSelectStarting.forUpdate()NativeSqlSelectStarting.forUpdate(ForUpdateOption option) NativeSqlSelectStarting.groupBy(PropertyMetamodel<?>... propertyMetamodels) UnifiedSelectStarting.groupBy(PropertyMetamodel<?>... propertyMetamodels) Specifies the group by clause.NativeSqlSelectStarting.having(Consumer<HavingDeclaration> block) UnifiedSelectStarting.having(Consumer<HavingDeclaration> block) Specifies the having clause.NativeSqlSelectStarting.innerJoin(EntityMetamodel<?> entityMetamodel, Consumer<JoinDeclaration> block) NativeSqlSelectStarting.leftJoin(EntityMetamodel<?> entityMetamodel, Consumer<JoinDeclaration> block) NativeSqlSelectStarting.orderBy(Consumer<OrderByNameDeclaration> block) NativeSqlSelectStarting.where(Consumer<WhereDeclaration> block)