Uses of Class
com.alon.spring.crud.api.controller.output.OutputPage
-
Packages that use OutputPage Package Description com.alon.spring.crud.api.controller.output com.alon.spring.crud.api.projection -
-
Uses of OutputPage in com.alon.spring.crud.api.controller.output
Methods in com.alon.spring.crud.api.controller.output that return OutputPage Modifier and Type Method Description OutputPageOutputPage.Builder. build() -
Uses of OutputPage in com.alon.spring.crud.api.projection
Methods in com.alon.spring.crud.api.projection that return OutputPage Modifier and Type Method Description <I extends BaseEntity,O>
OutputPage<O>ProjectionService. project(java.lang.String projectionName, org.springframework.data.domain.Page<I> input)
-