|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CountResponse | |
---|---|
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.jpa |
Uses of CountResponse in org.odata4j.producer |
---|
Methods in org.odata4j.producer that return CountResponse | |
---|---|
static CountResponse |
Responses.count(long count)
|
CountResponse |
ODataProducerDelegate.getEntitiesCount(String entitySetName,
QueryInfo queryInfo)
|
CountResponse |
ODataProducer.getEntitiesCount(String entitySetName,
QueryInfo queryInfo)
Gets the count of all the entities for a given set matching the query information. |
CountResponse |
ODataProducerDelegate.getNavPropertyCount(String entitySetName,
OEntityKey entityKey,
String navProp,
QueryInfo queryInfo)
|
CountResponse |
ODataProducer.getNavPropertyCount(String entitySetName,
OEntityKey entityKey,
String navProp,
QueryInfo queryInfo)
Given a specific entity, follow one of its navigation properties, applying constraints as appropriate. |
Uses of CountResponse in org.odata4j.producer.command |
---|
Methods in org.odata4j.producer.command that return CountResponse | |
---|---|
CountResponse |
CommandProducer.getEntitiesCount(String entitySetName,
QueryInfo queryInfo)
|
CountResponse |
CommandProducer.getNavPropertyCount(String entitySetName,
OEntityKey entityKey,
String navProp,
QueryInfo queryInfo)
|
Uses of CountResponse in org.odata4j.producer.edm |
---|
Methods in org.odata4j.producer.edm that return CountResponse | |
---|---|
CountResponse |
MetadataProducer.getEntitiesCount(String entitySetName,
QueryInfo queryInfo)
|
CountResponse |
MetadataProducer.getNavPropertyCount(String entitySetName,
OEntityKey entityKey,
String navProp,
QueryInfo queryInfo)
|
Uses of CountResponse in org.odata4j.producer.inmemory |
---|
Methods in org.odata4j.producer.inmemory that return CountResponse | |
---|---|
CountResponse |
InMemoryProducer.getEntitiesCount(String entitySetName,
QueryInfo queryInfo)
|
CountResponse |
InMemoryProducer.getNavPropertyCount(String entitySetName,
OEntityKey entityKey,
String navProp,
QueryInfo queryInfo)
|
Uses of CountResponse in org.odata4j.producer.jpa |
---|
Methods in org.odata4j.producer.jpa that return CountResponse | |
---|---|
CountResponse |
JPAProducer.getEntitiesCount(String entitySetName,
QueryInfo queryInfo)
|
CountResponse |
JPAProducer.getNavPropertyCount(String entitySetName,
OEntityKey entityKey,
String navProp,
QueryInfo queryInfo)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |