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.
如何在 odata4j 客户端中完成批量插入?假设我想在一次调用中插入一个带有 OrderDetail 行的订单,我该如何实现呢?如果订单 ID 是自动生成的身份字段,那么我们如何在明细行中指定此 ID?谢谢。
看看 .inline(navProp,entities) 作为消费者 createEntity 调用的一部分。
请参阅http://code.google.com/p/odata4j/source/browse/odata4j-fit/src/test/java/org/odata4j/test/integration/producer/jpa/northwind/CreateTest.java#81例子。
希望有帮助, -约翰