Uses of Interface
org.springframework.data.relational.core.sql.Select
Packages that use Select
Package
Description
Dialects abstract the SQL dialect of the underlying database.
Statement Builder implementation.
SQL rendering utilities to render SQL from the Statement Builder API.
-
Uses of Select in org.springframework.data.relational.core.dialect
Methods in org.springframework.data.relational.core.dialect that return types with arguments of type SelectModifier and TypeMethodDescriptionFunction<Select,? extends CharSequence> SqlServerSelectRenderContext.afterFromTable()Function<Select,? extends CharSequence> SqlServerSelectRenderContext.afterOrderBy(boolean hasOrderBy) Function<Select,? extends CharSequence> SqlServerSelectRenderContext.afterSelectList()protected Function<Select,CharSequence> AbstractDialect.getAfterFromTable()Returns aafterFromTable Function.protected Function<Select,CharSequence> AbstractDialect.getAfterOrderBy()Returns aafterOrderBy Function.Constructor parameters in org.springframework.data.relational.core.dialect with type arguments of type SelectModifierConstructorDescriptionprotectedSqlServerSelectRenderContext(Function<Select, CharSequence> afterFromTable, Function<Select, CharSequence> afterOrderBy) Creates a newSqlServerSelectRenderContext. -
Uses of Select in org.springframework.data.relational.core.sql
Methods in org.springframework.data.relational.core.sql that return SelectModifier and TypeMethodDescriptiondefault SelectSelectBuilder.BuildSelect.build()Build theSelectstatement and verify basic relationship constraints such as all referenced columns have aFROMorJOINtable import.SelectBuilder.BuildSelect.build(boolean validate) Build theSelectstatement.Subselect.getSelect()Methods in org.springframework.data.relational.core.sql with parameters of type SelectModifier and TypeMethodDescriptionstatic InlineQueryCreates a newInlineQueryusing analias.static InlineQueryInlineQuery.create(Select select, SqlIdentifier alias) Creates a newInlineQueryusing analias.static Instatic InConstructors in org.springframework.data.relational.core.sql with parameters of type Select -
Uses of Select in org.springframework.data.relational.core.sql.render
Methods in org.springframework.data.relational.core.sql.render that return types with arguments of type SelectModifier and TypeMethodDescriptiondefault Function<Select,? extends CharSequence> SelectRenderContext.afterFromTable()Customization hook: Rendition of a part afterFROMtable.default Function<Select,? extends CharSequence> SelectRenderContext.afterOrderBy(boolean hasOrderBy) Customization hook: Rendition of a part afterORDER BY.default Function<Select,? extends CharSequence> SelectRenderContext.afterSelectList()Customization hook: Rendition of a part after theSELECTlist and before anyFROMrenderings.Methods in org.springframework.data.relational.core.sql.render with parameters of type Select