|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.odata4j.producer.jpa.JPAResults
public class JPAResults
| 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
|
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 |
|---|
public JPAResults()
| Method Detail |
|---|
public static CountResult count(long count)
public static EntitiesResult entities(List<Object> entities,
Integer inlineCount,
boolean createSkipToken)
public static EntityResult entity(Object entity)
public static <T> PropertyResult<T> property(String name,
EdmSimpleType<T> type,
Object value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||