|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OExtension | |
---|---|
org.odata4j.core | Core odata4j concepts. |
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 OExtension in org.odata4j.core |
---|
Subinterfaces of OExtension in org.odata4j.core | |
---|---|
interface |
OAtomEntity
Interface providing information for ATOM serialization. |
interface |
OAtomStreamEntity
OEntity extension to support streaming entities. |
Methods in org.odata4j.core with type parameters of type OExtension | ||
---|---|---|
|
OExtensible.findExtension(Class<TExtension> clazz)
Finds an extension instance given an interface, if one exists. |
Uses of OExtension in org.odata4j.producer |
---|
Subinterfaces of OExtension in org.odata4j.producer | |
---|---|
interface |
ErrorResponseExtension
An optional extension that a producer can expose to control error responses. |
interface |
OMediaLinkExtension
An optional extension that a producer can expose to work with Media Link Entries. |
Methods in org.odata4j.producer with type parameters of type OExtension | ||
---|---|---|
|
ODataProducerDelegate.findExtension(Class<TExtension> clazz)
|
Uses of OExtension in org.odata4j.producer.command |
---|
Methods in org.odata4j.producer.command with type parameters of type OExtension | ||
---|---|---|
|
CommandProducer.findExtension(Class<TExtension> clazz)
|
Uses of OExtension in org.odata4j.producer.edm |
---|
Methods in org.odata4j.producer.edm with type parameters of type OExtension | ||
---|---|---|
|
MetadataProducer.findExtension(Class<TExtension> clazz)
|
Uses of OExtension in org.odata4j.producer.inmemory |
---|
Methods in org.odata4j.producer.inmemory with type parameters of type OExtension | ||
---|---|---|
|
InMemoryProducer.findExtension(Class<TExtension> clazz)
|
Uses of OExtension in org.odata4j.producer.jpa |
---|
Methods in org.odata4j.producer.jpa with type parameters of type OExtension | ||
---|---|---|
|
JPAProducer.findExtension(Class<TExtension> clazz)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |