public class ODataMetadataProcessor extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_GROUP |
static String |
COMPLEX_TYPE |
static String |
ENTITY_TYPE |
static String |
HTTP_METHOD |
static String |
JOIN_COLUMN |
static String |
LINK_TABLES |
| Constructor and Description |
|---|
ODataMetadataProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected Table |
addEntitySetAsTable(MetadataFactory mf,
org.odata4j.edm.EdmEntitySet entitySet) |
protected Column |
buildColumn(MetadataFactory mf,
Table table,
org.odata4j.edm.EdmProperty ep,
org.odata4j.edm.EdmEntitySet entitySet,
String prefix) |
protected Table |
buildTable(MetadataFactory mf,
org.odata4j.edm.EdmEntitySet entitySet) |
void |
getMetadata(MetadataFactory mf,
org.odata4j.edm.EdmDataServices eds) |
void |
setEntityContainer(String entityContainer) |
void |
setSchemaNamespace(String namespace) |
public static final String LINK_TABLES
public static final String HTTP_METHOD
public static final String JOIN_COLUMN
public static final String ENTITY_TYPE
public static final String COMPLEX_TYPE
public static final String COLUMN_GROUP
public void getMetadata(MetadataFactory mf, org.odata4j.edm.EdmDataServices eds) throws TranslatorException
TranslatorExceptionprotected Table buildTable(MetadataFactory mf, org.odata4j.edm.EdmEntitySet entitySet)
protected Table addEntitySetAsTable(MetadataFactory mf, org.odata4j.edm.EdmEntitySet entitySet) throws TranslatorException
TranslatorExceptionprotected Column buildColumn(MetadataFactory mf, Table table, org.odata4j.edm.EdmProperty ep, org.odata4j.edm.EdmEntitySet entitySet, String prefix)
public void setEntityContainer(String entityContainer)
public void setSchemaNamespace(String namespace)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.