public class PaginationStatementSetter extends Object implements org.springframework.jdbc.core.PreparedStatementSetter
| Constructor and Description |
|---|
PaginationStatementSetter() |
| Modifier and Type | Method and Description |
|---|---|
void |
setPageSize(int pPageSize)
Set the page size of the request.
|
void |
setValues(PreparedStatement ps) |
public void setValues(PreparedStatement ps) throws SQLException
setValues in interface org.springframework.jdbc.core.PreparedStatementSetterSQLExceptionpublic void setPageSize(int pPageSize)
pPageSize - - The page size of the request to setCopyright © 2016. All rights reserved.