public class

JPAResults

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

Summary

Public Constructors
JPAResults()
Public Methods
static CountResult count(long count)
static EntitiesResult entities(List<Object> entities, Integer inlineCount, boolean createSkipToken)
static EntityResult entity(Object entity)
static <T> PropertyResult<T> property(String name, EdmSimpleType<T> type, Object value)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public JPAResults ()

Public Methods

public static CountResult count (long count)

Parameters
count

public static EntitiesResult entities (List<Object> entities, Integer inlineCount, boolean createSkipToken)

Parameters
entities
inlineCount
createSkipToken

public static EntityResult entity (Object entity)

Parameters
entity

public static PropertyResult<T> property (String name, EdmSimpleType<T> type, Object value)

Parameters
name
type
value