Guest User

Untitled

a guest
Mar 23rd, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. @Select({
  2. "${selectStatement}",
  3. "LIMIT #{parameters.limit} OFFSET #{parameters.offset}"
  4. })
  5. @ResultMap("TLecturesResult")
  6. List<TLectures> selectByExampleWithLimitAndOffset(SelectStatementProvider selectStatement);
Add Comment
Please, Sign In to add comment