public class ODataEntitySchemaBuilder extends Object
| Constructor and Description |
|---|
ODataEntitySchemaBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
buildAssosiationSets(Schema schema,
List<org.odata4j.edm.EdmSchema.Builder> edmSchemas) |
static void |
buildEntityTypes(Schema schema,
List<org.odata4j.edm.EdmSchema.Builder> edmSchemas) |
static void |
buildFunctionImports(Schema schema,
List<org.odata4j.edm.EdmSchema.Builder> edmSchemas) |
static org.odata4j.edm.EdmDataServices |
buildMetadata(MetadataStore metadataStore) |
static org.odata4j.edm.EdmDataServices |
buildMetadata(Schema schema) |
public static org.odata4j.edm.EdmDataServices buildMetadata(MetadataStore metadataStore)
public static org.odata4j.edm.EdmDataServices buildMetadata(Schema schema)
public static void buildEntityTypes(Schema schema, List<org.odata4j.edm.EdmSchema.Builder> edmSchemas)
public static void buildAssosiationSets(Schema schema, List<org.odata4j.edm.EdmSchema.Builder> edmSchemas)
Copyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.