java - Lazy Loading in QueryDSL -


i using dao framework named "querydsl". when launch query, querydsl fetches results isnot desired. looking soultion lets me load results in lazy form.

i think need kind of pagination there.

read here how organize it. need load part of data

page<t> findall(com.mysema.query.types.predicate predicate,                 pageable pageable) 

Comments