Package br.com.objectos.comuns.relational.search

Examples of br.com.objectos.comuns.relational.search.HasElements


    return list0(sql);
  }

  @Override
  public <T> List<T> listPage(SQLBuilder sql, Page page) {
    HasElements limitFor = sql.limitFor(page);
    return list0(limitFor);
  }
View Full Code Here

TOP

Related Classes of br.com.objectos.comuns.relational.search.HasElements

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.