Uses of Interface
org.odata4j.edm.EdmDecorator

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

Uses of EdmDecorator in org.odata4j.edm
 

Methods in org.odata4j.edm with parameters of type EdmDecorator
 EdmDataServices.Builder EdmGenerator.generateEdm(EdmDecorator decorator)
          Produces a new mutable EdmDataServices model given an optional decorator.
 

Uses of EdmDecorator in org.odata4j.producer.edm
 

Methods in org.odata4j.producer.edm with parameters of type EdmDecorator
 EdmDataServices.Builder MetadataEdmGenerator.generateEdm(EdmDecorator decorator)
          Generates the meta EDM data services
 

Constructors in org.odata4j.producer.edm with parameters of type EdmDecorator
MetadataProducer(ODataProducer dataProducer, EdmDecorator edmDecorator)
          Creates a new MetadataProducer.
 

Uses of EdmDecorator in org.odata4j.producer.inmemory
 

Methods in org.odata4j.producer.inmemory with parameters of type EdmDecorator
protected  EdmEntityType.Builder InMemoryEdmGenerator.createStructuralType(EdmDecorator decorator, InMemoryEntityInfo<?> entityInfo)
           
 EdmDataServices.Builder InMemoryEdmGenerator.generateEdm(EdmDecorator decorator)
           
 

Constructors in org.odata4j.producer.inmemory with parameters of type EdmDecorator
InMemoryProducer(String namespace, String containerName, int maxResults, EdmDecorator decorator, InMemoryTypeMapping typeMapping)
          Creates a new instance of an in-memory POJO producer.
InMemoryProducer(String namespace, String containerName, int maxResults, EdmDecorator decorator, InMemoryTypeMapping typeMapping, boolean flattenEdm)
           
 

Uses of EdmDecorator in org.odata4j.producer.jpa
 

Methods in org.odata4j.producer.jpa with parameters of type EdmDecorator
 EdmDataServices.Builder JPAEdmGenerator.generateEdm(EdmDecorator decorator)
           
 

Constructors in org.odata4j.producer.jpa with parameters of type EdmDecorator
JPAProducer(EntityManagerFactory emf, EdmDataServices metadata, int maxResults, EdmDecorator metadataDecorator)
           
JPAProducer(EntityManagerFactory emf, EdmDataServices metadata, int maxResults, EdmDecorator metadataDecorator, JPAProducerBehavior producerBehavior)
           
 



http://odata4j.org