org.odata4j.producer.jpa
Class JPAResults
java.lang.Object
org.odata4j.producer.jpa.JPAResults
public class JPAResults
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPAResults
public JPAResults()
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