Package org.apache.olingo.odata2.api.ep

Entity Provider

See: Description

Package org.apache.olingo.odata2.api.ep Description

Entity Provider

The org.apache.olingo.odata2.api.ep package contains all classes related and necessary to provide an EntityProvider.

An EntityProvider provides all necessary read and write methods for accessing the entities defined in an Entity Data Model. Therefore this library provides (in its core packages) as convenience basic EntityProvider for accessing entities in the XML and JSON format.

For support of additional formats it is recommended to handle those directly within an implementation of a ODataProcessor (it is possible but not recommended to implement an own EntityProvider for support of additional formats).

Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.