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.
ADF を使用して小さなアプリを作成しました。このアプリは、ページ上の小さな画像 (ごみ箱) に daraging した後、テーブルから行を削除しますが、この削除をデータベースにコミットするにはどうすればよいですか?
Key k =EntityImpl.createPrimaryKey(attribute); EntityImpl rw = (EntityImpl)EntityImpl.getDefinitionObject().findByPrimaryKey(getDBTransaction(), k); rw.remove(); this.getDBTransaction().commit();