Package org.javalite.activejdbc

Examples of org.javalite.activejdbc.Paginator


*/
public class PaginatorDefect38Test extends ActiveJDBCTest {

    @Test
    public void shouldNotFail(){
        Paginator p = new Paginator(Item.class, 10, "*").orderBy("item_number");
    }
View Full Code Here

TOP

Related Classes of org.javalite.activejdbc.Paginator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.