|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use EntityQueryInfo | |
|---|---|
| org.odata4j.producer | The odata4j server-side (producer-side) API. |
| org.odata4j.producer.command | |
| org.odata4j.producer.edm | |
| org.odata4j.producer.inmemory | |
| org.odata4j.producer.jdbc | |
| org.odata4j.producer.jpa | |
| org.odata4j.producer.resources | |
| Uses of EntityQueryInfo in org.odata4j.producer |
|---|
| Methods in org.odata4j.producer that return EntityQueryInfo | |
|---|---|
EntityQueryInfo |
EntityQueryInfo.Builder.build()
|
| Methods in org.odata4j.producer with parameters of type EntityQueryInfo | |
|---|---|
EntityResponse |
ODataProducerDelegate.getEntity(String entitySetName,
OEntityKey entityKey,
EntityQueryInfo queryInfo)
|
EntityResponse |
ODataProducer.getEntity(String entitySetName,
OEntityKey entityKey,
EntityQueryInfo queryInfo)
Obtains a single entity based on its type and key. |
InputStream |
OMediaLinkExtension.getInputStreamForMediaLinkEntry(OEntity mle,
String etag,
EntityQueryInfo query)
Gets an InputStream that streams the bytes of the media resource associated with the given media link entry entity. |
| Uses of EntityQueryInfo in org.odata4j.producer.command |
|---|
| Methods in org.odata4j.producer.command that return EntityQueryInfo | |
|---|---|
EntityQueryInfo |
GetEntityCommandContext.getQueryInfo()
|
| Methods in org.odata4j.producer.command with parameters of type EntityQueryInfo | |
|---|---|
EntityResponse |
CommandProducer.getEntity(String entitySetName,
OEntityKey entityKey,
EntityQueryInfo queryInfo)
|
GetEntityCommandContext |
CommandProducerBackend.newGetEntityCommandContext(String entitySetName,
OEntityKey entityKey,
EntityQueryInfo queryInfo)
|
| Uses of EntityQueryInfo in org.odata4j.producer.edm |
|---|
| Methods in org.odata4j.producer.edm with parameters of type EntityQueryInfo | |
|---|---|
EntityResponse |
MetadataProducer.getEntity(String entitySetName,
OEntityKey entityKey,
EntityQueryInfo queryInfo)
|
| Uses of EntityQueryInfo in org.odata4j.producer.inmemory |
|---|
| Methods in org.odata4j.producer.inmemory with parameters of type EntityQueryInfo | |
|---|---|
EntityResponse |
InMemoryProducer.getEntity(String entitySetName,
OEntityKey entityKey,
EntityQueryInfo queryInfo)
|
| Uses of EntityQueryInfo in org.odata4j.producer.jdbc |
|---|
| Methods in org.odata4j.producer.jdbc with parameters of type EntityQueryInfo | |
|---|---|
GetEntityCommandContext |
JdbcProducerBackend.newGetEntityCommandContext(String entitySetName,
OEntityKey entityKey,
EntityQueryInfo queryInfo)
|
| Uses of EntityQueryInfo in org.odata4j.producer.jpa |
|---|
| Methods in org.odata4j.producer.jpa with parameters of type EntityQueryInfo | |
|---|---|
EntityResponse |
JPAProducer.getEntity(String entitySetName,
OEntityKey entityKey,
EntityQueryInfo queryInfo)
|
| Uses of EntityQueryInfo in org.odata4j.producer.resources |
|---|
| Methods in org.odata4j.producer.resources with parameters of type EntityQueryInfo | |
|---|---|
protected Response |
ValueRequestResource.getStreamResponse(ODataProducer producer,
EdmEntitySet entitySet,
String entityId,
EntityQueryInfo queryInfo)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||