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クライアントでバッチ挿入を行うにはどうすればよいですか?1回の呼び出しでOrderDetail行が挿入されたOrderを挿入したい場合、どうすればこれを達成できますか?また、注文IDが自動生成されたIDフィールドである場合、このIDを詳細行でどのように指定しますか?ありがとう。
コンシューマー createEntity 呼び出しの一部として .inline(navProp, entities) を見てください。
http://code.google.com/p/odata4j/source/browse/odata4j-fit/src/test/java/org/odata4j/test/integration/producer/jpa/northwind/CreateTest.java#81を参照してください。例。
お役に立てば幸いです - ジョン