|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityResponse | |
---|---|
org.odata4j.format | |
org.odata4j.format.xml | |
org.odata4j.producer | |
org.odata4j.producer.inmemory | |
org.odata4j.producer.jpa |
Uses of EntityResponse in org.odata4j.format |
---|
Methods in org.odata4j.format that return types with arguments of type EntityResponse | |
---|---|
FormatWriter<EntityResponse> |
FormatWriterFactory.JsonWriters.getEntryFormatWriter()
|
FormatWriter<EntityResponse> |
FormatWriterFactory.AtomWriters.getEntryFormatWriter()
|
Uses of EntityResponse in org.odata4j.format.xml |
---|
Methods in org.odata4j.format.xml with parameters of type EntityResponse | |
---|---|
void |
AtomEntryFormatWriter.write(ExtendedUriInfo uriInfo,
Writer w,
EntityResponse target)
|
String |
AtomEntryFormatWriter.writeAndReturnId(ExtendedUriInfo uriInfo,
Writer w,
EntityResponse target)
|
Uses of EntityResponse in org.odata4j.producer |
---|
Methods in org.odata4j.producer that return EntityResponse | |
---|---|
EntityResponse |
ODataProducer.createEntity(String entitySetName,
List<OProperty<?>> properties)
|
EntityResponse |
ODataProducer.getEntity(String entitySetName,
Object entityKey)
|
Uses of EntityResponse in org.odata4j.producer.inmemory |
---|
Methods in org.odata4j.producer.inmemory that return EntityResponse | |
---|---|
EntityResponse |
InMemoryProducer.createEntity(String entitySetName,
List<OProperty<?>> properties)
|
EntityResponse |
InMemoryProducer.getEntity(String entitySetName,
Object entityKey)
|
Uses of EntityResponse in org.odata4j.producer.jpa |
---|
Methods in org.odata4j.producer.jpa that return EntityResponse | |
---|---|
EntityResponse |
JPAProducer.createEntity(String entitySetName,
List<OProperty<?>> properties)
|
EntityResponse |
JPAProducer.getEntity(String entitySetName,
Object entityKey)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |