You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "V.A, Chandan" <ch...@sap.com> on 2014/06/28 14:31:22 UTC

Olingo JPA Processor - Support for optional attributes of Join Column

Hello All,

Following features are implemented with commit [1] (JIRA Issue - [2]).



1.       Support for handling JPA annotation JoinColumn without "name" and "referencedColumnName" attributes.

2.       Support for handling JPA annotation JoinColumns.

3.       Fix for naming convention for Foreign key properties. The foreign key property name in OData entity shall be named with pattern

a.       FK_<JoinColumn Name> or FK_<Relationship Name> (if Join Column Name is not present)

4.       Enhancement to reference scenarios to showcase this new feature.



[1] - http://git-wip-us.apache.org/repos/asf/olingo-odata2/commit/13093430 .

[2] - https://issues.apache.org/jira/browse/OLINGO-127



Thanks,

Kind Regards

Chandan VA