|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntitiesResponse | |
---|---|
org.odata4j.format | |
org.odata4j.format.json | |
org.odata4j.format.xml | |
org.odata4j.producer | |
org.odata4j.producer.inmemory | |
org.odata4j.producer.jpa |
Uses of EntitiesResponse in org.odata4j.format |
---|
Methods in org.odata4j.format that return types with arguments of type EntitiesResponse | |
---|---|
FormatWriter<EntitiesResponse> |
FormatWriterFactory.JsonWriters.getFeedFormatWriter()
|
FormatWriter<EntitiesResponse> |
FormatWriterFactory.AtomWriters.getFeedFormatWriter()
|
Uses of EntitiesResponse in org.odata4j.format.json |
---|
Methods in org.odata4j.format.json with parameters of type EntitiesResponse | |
---|---|
void |
JsonFeedFormatWriter.writeContent(ExtendedUriInfo uriInfo,
JsonWriter jw,
EntitiesResponse target)
|
Uses of EntitiesResponse in org.odata4j.format.xml |
---|
Methods in org.odata4j.format.xml with parameters of type EntitiesResponse | |
---|---|
void |
AtomFeedFormatWriter.write(ExtendedUriInfo uriInfo,
Writer w,
EntitiesResponse response)
|
Uses of EntitiesResponse in org.odata4j.producer |
---|
Methods in org.odata4j.producer that return EntitiesResponse | |
---|---|
static EntitiesResponse |
Responses.entities(List<OEntity> entities,
EdmEntitySet entitySet,
Integer inlineCount,
String skipToken)
|
EntitiesResponse |
ODataProducer.getEntities(String entitySetName,
QueryInfo queryInfo)
|
Uses of EntitiesResponse in org.odata4j.producer.inmemory |
---|
Methods in org.odata4j.producer.inmemory that return EntitiesResponse | |
---|---|
EntitiesResponse |
InMemoryProducer.getEntities(String entitySetName,
QueryInfo queryInfo)
|
Uses of EntitiesResponse in org.odata4j.producer.jpa |
---|
Methods in org.odata4j.producer.jpa that return EntitiesResponse | |
---|---|
EntitiesResponse |
JPAProducer.getEntities(String entitySetName,
QueryInfo queryInfo)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |