chandransalem / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

Annotation based bean options for InMemoryProcuder #121

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There are some uses-ceases that could be covered by this approach:
 - allow to hide some getters from the feed (with help of ODataIgnore annotation
 - allow to mark field as OAtomEntity parameter. This would let generate FC_* attributes in metadata (use .NET approach or per-getter annotations).
 - allow to hide inherited from OAtomEntity OAtomStreamEntity getters from the feed.
 - allow to change name of exported property

Original issue reported on code.google.com by Eugene.P...@gmail.com on 13 Jan 2012 at 11:31

GoogleCodeExporter commented 8 years ago
It may also have an annotation to make Nullable or non-Nullable value of the 
property for metadata, instead of putting .NET specific issues into 
EdmSimpleType

Original comment by Eugene.P...@gmail.com on 16 Jan 2012 at 12:38