パッケージ | 説明 |
---|---|
javax.persistence | Jakarta Persistence は、永続性およびオブジェクト / リレーショナルマッピングの管理用の API です。 |
修飾子と型 | メソッドと説明 |
---|---|
EntityManager | EntityManagerFactory.createEntityManager() 新しいアプリケーション管理の EntityManager を作成します。 |
EntityManager | EntityManagerFactory.createEntityManager(MapSE map) プロパティの指定されたマップを使用して、新しいアプリケーション管理の EntityManager を作成します。 |
EntityManager | EntityManagerFactory.createEntityManager(SynchronizationType synchronizationType) 指定した同期型を使用して、新しい JTA アプリケーション管理の EntityManager を作成します。 |
EntityManager | EntityManagerFactory.createEntityManager(SynchronizationType synchronizationType, MapSE map) 指定された同期型とプロパティのマップを使用して、新しい JTA アプリケーション管理の EntityManager を作成します。 |
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.