Please use the google group to ask questions - thanks.

by playuser 07 Apr 13:16
How to convert List to an object of type com.avaje.ebean.PagingList

I have a List object retrieved using the below
String sql ="select ....";
List list = Ebean.createQuery(XYZ.class, sql).findList();
Now, I would like to convert this to below object of type
com.avaje.ebean.PagingList

Any suggestions

Create a New Topic

Title:
Body:
 
Introduction User Guide (pdf) Install/Configure Public JavaDoc Whitepapers
General Database Specific Byte Code Deployment Annotations Features
Top Bugs Top Enhancements
woResponse