org.odata4j.producer.jpa
Class JPASkipToken

java.lang.Object
  extended by org.odata4j.producer.jpa.JPASkipToken

public class JPASkipToken
extends Object


Constructor Summary
JPASkipToken()
           
 
Method Summary
static String create(List<OrderByExpression> orderByList, OEntity lastEntity)
           
static BoolCommonExpression parse(String primaryKeyName, List<OrderByExpression> orderByList, String skipToken)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPASkipToken

public JPASkipToken()
Method Detail

create

public static String create(List<OrderByExpression> orderByList,
                            OEntity lastEntity)

parse

public static BoolCommonExpression parse(String primaryKeyName,
                                         List<OrderByExpression> orderByList,
                                         String skipToken)


http://odata4j.org