org.odata4j.edm
Interface EdmGenerator

All Known Implementing Classes:
EclipseLinkJPAEdmGenerator, InMemoryEdmGenerator, JPAEdmGenerator, MetadataEdmGenerator

public interface EdmGenerator

An object that knows how to produce an EdmDataServices model in the context of an EdmDecorator.


Method Summary
 EdmDataServices.Builder generateEdm(EdmDecorator decorator)
          Produces a new mutable EdmDataServices model given an optional decorator.
 

Method Detail

generateEdm

EdmDataServices.Builder generateEdm(EdmDecorator decorator)
Produces a new mutable EdmDataServices model given an optional decorator.



http://odata4j.org