Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 CUD 操作中调用一个数据库过程,而不是直接插入/更新/删除表。所以我的问题是,如果我使用 JPA 映射实体,我是否可以通过 olingo 从 URL 调用单独的函数(操作是有界操作,而不是函数导入无界操作)。
不可以。Olingo V2 库仅支持 OData V2 功能,因为任何类型的操作仅适用于 OData V3 及更高版本,这不是 Olingo V2 的一部分。