Uses of Class
org.odata4j.edm.EdmSchema.Builder

Packages that use EdmSchema.Builder
org.odata4j.edm Implementation of the EDM (Entity Data Model) - used as metadata in the OData protocol. 
org.odata4j.producer.inmemory   
 

Uses of EdmSchema.Builder in org.odata4j.edm
 

Methods in org.odata4j.edm that return EdmSchema.Builder
 EdmSchema.Builder EdmSchema.Builder.addAssociations(Collection<EdmAssociation.Builder> associations)
           
 EdmSchema.Builder EdmSchema.Builder.addComplexTypes(Collection<EdmComplexType.Builder> complexTypes)
           
 EdmSchema.Builder EdmSchema.Builder.addEntityContainers(Collection<EdmEntityContainer.Builder> entityContainers)
           
 EdmSchema.Builder EdmSchema.Builder.addEntityContainers(EdmEntityContainer.Builder... entityContainers)
           
 EdmSchema.Builder EdmSchema.Builder.addEntityTypes(Collection<EdmEntityType.Builder> entityTypes)
           
 EdmSchema.Builder EdmSchema.Builder.addEntityTypes(EdmEntityType.Builder... entityTypes)
           
 EdmSchema.Builder EdmDataServices.Builder.findSchema(String namespace)
           
static EdmSchema.Builder EdmSchema.newBuilder()
           
 EdmSchema.Builder EdmSchema.Builder.setAlias(String alias)
           
 EdmSchema.Builder EdmSchema.Builder.setNamespace(String namespace)
           
 

Methods in org.odata4j.edm that return types with arguments of type EdmSchema.Builder
 List<EdmSchema.Builder> EdmDataServices.Builder.getSchemas()
           
 

Methods in org.odata4j.edm with parameters of type EdmSchema.Builder
 EdmDataServices.Builder EdmDataServices.Builder.addSchemas(EdmSchema.Builder... schemas)
           
 

Method parameters in org.odata4j.edm with type arguments of type EdmSchema.Builder
 EdmDataServices.Builder EdmDataServices.Builder.addSchemas(List<EdmSchema.Builder> schemas)
           
 

Uses of EdmSchema.Builder in org.odata4j.producer.inmemory
 

Methods in org.odata4j.producer.inmemory with parameters of type EdmSchema.Builder
protected  void InMemoryEdmGenerator.addFunctions(EdmSchema.Builder schema, EdmEntityContainer.Builder container)
          provides an override point for applications to add application specific EdmFunctions to their producer.
 



http://odata4j.org