|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface EntityManagerProvider
EntityManager
を提供するコンポーネントのインターフェースです。
フィールドの概要 | |
---|---|
static String |
DEFAULT_ENTITY_MANAGER_NAME
デフォルトの EntityManager のコンポーネント名 |
メソッドの概要 | |
---|---|
EntityManager |
getEntityManger(String prefix)
プレフィックスを持つ EntityManager のコンポーネントを返します。 |
String |
getSelectableEntityManagerPrefix()
SelectableEntityManagerProxy が現在選択している物理的なEntityManager のプレフィックスを返します。 |
フィールドの詳細 |
---|
static final String DEFAULT_ENTITY_MANAGER_NAME
EntityManager
のコンポーネント名
メソッドの詳細 |
---|
String getSelectableEntityManagerPrefix()
SelectableEntityManagerProxy
が現在選択している物理的なEntityManager
のプレフィックスを返します。
物理的なEntityManager
が選択されていない場合はnull
を返します。
SelectableEntityManagerProxy
が現在選択している物理的なEntityManager
のプレフィックスEntityManager getEntityManger(String prefix)
EntityManager
のコンポーネントを返します。
プレフィックスがnull
の場合はデフォルトのコンポーネント名を持つEntityManager
が返されます。
prefix
- プレフィックス
EntityManager
のコンポーネント
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |