|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EdmSchema | |
---|---|
org.odata4j.edm | Implementation of the EDM (Entity Data Model) - used as metadata in the OData protocol. |
org.odata4j.internal | |
org.odata4j.producer.edm |
Uses of EdmSchema in org.odata4j.edm |
---|
Methods in org.odata4j.edm that return EdmSchema | |
---|---|
EdmSchema |
EdmSchema.Builder.build()
|
EdmSchema |
EdmDataServices.findSchema(String namespace)
|
Methods in org.odata4j.edm that return types with arguments of type EdmSchema | |
---|---|
ImmutableList<EdmSchema> |
EdmDataServices.getSchemas()
|
Constructor parameters in org.odata4j.edm with type arguments of type EdmSchema | |
---|---|
EdmDataServices(ODataVersion version,
ImmutableList<EdmSchema> schemas,
ImmutableList<PrefixedNamespace> namespaces)
|
Uses of EdmSchema in org.odata4j.internal |
---|
Methods in org.odata4j.internal that return EdmSchema | |
---|---|
EdmSchema |
EdmDataServicesDecorator.findSchema(String namespace)
|
Methods in org.odata4j.internal that return types with arguments of type EdmSchema | |
---|---|
ImmutableList<EdmSchema> |
EdmDataServicesDecorator.getSchemas()
|
Uses of EdmSchema in org.odata4j.producer.edm |
---|
Methods in org.odata4j.producer.edm with parameters of type EdmSchema | |
---|---|
protected OEntity |
MetadataProducer.getSchema(MetadataProducer.Context c,
EdmSchema schema)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |