Uses of Interface
org.springframework.data.relational.core.sql.SelectBuilder.SelectLimitOffset
Packages that use SelectBuilder.SelectLimitOffset
-
Uses of SelectBuilder.SelectLimitOffset in org.springframework.data.relational.core.sql
Subinterfaces of SelectBuilder.SelectLimitOffset in org.springframework.data.relational.core.sqlModifier and TypeInterfaceDescriptionstatic interfaceBuilder exposingFROM,JOIN,WHERE,LIMIT/OFFSETandLOCKmethods.static interfaceBuilder exposingFROM,WHERE,LIMIT/OFFSET, JOINANDandLOCKcontinuation methods.static interfaceBuilder exposingFROM,JOIN,WHERE,LIMIT/OFFSETandLOCKmethods.Methods in org.springframework.data.relational.core.sql that return SelectBuilder.SelectLimitOffsetModifier and TypeMethodDescriptionSelectBuilder.SelectLimitOffset.limit(long limit) Apply a limit of rows to read.SelectBuilder.SelectLimitOffset.limitOffset(long limit, long offset) Applylimitandoffsetparameters to the select statement.SelectBuilder.SelectLimitOffset.offset(long offset) Apply an offset where to start reading rows.