openJPAとmysqlで削除クエリを実行したい。 このmysqlの文は正常に動作します: delete from GENERIC
where PARENT_ID not in (select g2.ID from (select * from GENERIC) g2);
基本的な要素は、そのクラスの(ID部材にGenericEntityクラス、ID列にGENERIC表のマッピング列IDと
私はOneToMany関係を持つ2つのエンティティIdeeとAvisを作成します。私はIdeeでコレクションを選択したいと思います。私はこれを試しても動作しません。私はavisのすべてのテーブルを表示します。 は、私はそれをどのように修正することができエイビスi.avis IDEE FROM SELECTエイビスは、私が登録しようか? これはIdee.java @Entity
@Table(na
hibernate 4.3.11.finalを使用しています。 (括弧が追加周辺) select distinct doc from DocumentType doc join doc.usages u where u.institute not in :institutes and doc.id not in (select distinct doc1.id from DocumentType