Uses of Interface
org.springframework.data.relational.core.sql.SelectBuilder
Packages that use SelectBuilder
-
Uses of SelectBuilder in org.springframework.data.relational.core.sql
Methods in org.springframework.data.relational.core.sql that return SelectBuilderModifier and TypeMethodDescriptionstatic SelectBuilderSelect.builder()Creates a newSelectBuilder.static SelectBuilderStatementBuilder.select()Creates a newSelectBuilder.SelectBuilder.top(int count) Apply aTOPclause givencount.