パッケージ | 説明 |
---|---|
javax.persistence | Jakarta Persistence は、永続性およびオブジェクト / リレーショナルマッピングの管理用の API です。 |
修飾子と型 | メソッドと説明 |
---|---|
<T> EntityGraph<T> | EntityManager.createEntityGraph(ClassSE<T> rootType) EntityGraph を動的に作成するために使用できる可変 EntityGraph を返します。 |
EntityGraph<?> | EntityManager.createEntityGraph(StringSE graphName) 名前付き EntityGraph の変更可能なコピーを返します。 |
EntityGraph<?> | EntityManager.getEntityGraph(StringSE graphName) 名前付き EntityGraph を返します。 |
修飾子と型 | メソッドと説明 |
---|---|
<T> ListSE<EntityGraph<? super T>> | EntityManager.getEntityGraphs(ClassSE<T> entityClass) 指定されたクラス型に対して定義されているすべての名前付き EntityGraphs を返します。 |
修飾子と型 | メソッドと説明 |
---|---|
<T> void | EntityManagerFactory.addNamedEntityGraph(StringSE graphName, EntityGraph<T> entityGraph) EntityGraph の名前付きコピーを EntityManagerFactory に追加します。 |
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.