org.odata4j.producer.jpa
Class JPAResults

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

public class JPAResults
extends Object


Constructor Summary
JPAResults()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPAResults

public JPAResults()
Method Detail

count

public static CountResult count(long count)

entities

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

entity

public static EntityResult entity(Object entity)

property

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


http://odata4j.org