简体   繁体   中英

Is Apache Olingo OData 2.0 Java Library support actions?

I need to call one a database procedure in a CUD operation, rather than direct insert/update/delete to the table. So my question is if I mapped entities with JPA, Is it possible for me to call a separate function (action a bounded operation, not a function import a unbounded operation) from the URL via olingo.

不能。OlingoV2库仅支持OData V2功能,因为任何类型的操作仅在OData V3起才可用,因此不属于Olingo V2。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM