public class PagingRequestContextHolder extends SqlRequestContextHolder
variables| 限定符和类型 | 方法和说明 |
|---|---|
PagingRequestContext |
get() |
static PagingRequestContextHolder |
getContext() |
PagingRequest |
getPagingRequest() |
RowSelection |
getRowSelection() |
boolean |
isPagingRequest() |
void |
remove() |
void |
set(PagingRequestContext ctx) |
void |
setPagingRequest(PagingRequest request) |
void |
setRowSelection(RowSelection rowSelection) |
clear, getInstance, isOrderByRequest, setSqlRequestpublic static PagingRequestContextHolder getContext()
public void setPagingRequest(PagingRequest request)
public void setRowSelection(RowSelection rowSelection)
public PagingRequestContext get()
get 在类中 SqlRequestContextHolderpublic void set(PagingRequestContext ctx)
public PagingRequest getPagingRequest()
public RowSelection getRowSelection()
public void remove()
public boolean isPagingRequest()
Copyright © 2020. All rights reserved.