public class

JPASkipToken

extends Object
java.lang.Object
   ↳ org.odata4j.producer.jpa.JPASkipToken

Summary

Public Constructors
JPASkipToken()
Public Methods
static String create(List<OrderByExpression> orderByList, OEntity lastEntity)
static BoolCommonExpression parse(String primaryKeyName, List<OrderByExpression> orderByList, String skipToken)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public JPASkipToken ()

Public Methods

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

Parameters
orderByList
lastEntity

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

Parameters
primaryKeyName
orderByList
skipToken