org.apache.olingo.odata2.jpa.processor.core.access.data
Class JPAPage.JPAPageBuilder
java.lang.Object
org.apache.olingo.odata2.jpa.processor.core.access.data.JPAPage.JPAPageBuilder
- Enclosing class:
- JPAPage
public static class JPAPage.JPAPageBuilder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPAPage.JPAPageBuilder
public JPAPage.JPAPageBuilder()
pageSize
public JPAPage.JPAPageBuilder pageSize(int pageSize)
query
public JPAPage.JPAPageBuilder query(javax.persistence.Query query)
build
public JPAPage build()
skip
public JPAPage.JPAPageBuilder skip(int skip)
skipToken
public JPAPage.JPAPageBuilder skipToken(String skipToken)
throws NumberFormatException
- Throws:
NumberFormatException
top
public JPAPage.JPAPageBuilder top(int top)
entities
public JPAPage.JPAPageBuilder entities(List<Object> result)
Copyright © 2013-2014 The Apache Software Foundation. All Rights Reserved.