|
||||||||||
前 次 | フレームあり フレームなし |
PropertyDefBuilder を使用しているパッケージ | |
---|---|
org.seasar.framework.container.factory | コンポーネントに付けられたTigerアノテーションを読み取るためのクラスを提供します。 |
org.seasar.framework.container.factory.property | Tigerアノテーションを読み取りPropertyDef を作成するクラスを提供します。 |
org.seasar.framework.container.factory での PropertyDefBuilder の使用 |
---|
PropertyDefBuilder 型の型パラメータを持つ org.seasar.framework.container.factory のフィールド | |
---|---|
protected static java.util.List<PropertyDefBuilder> |
TigerAnnotationHandler.propertyDefBuilders
PropertyDefBuilder の配列 |
PropertyDefBuilder 型のパラメータを持つ org.seasar.framework.container.factory のメソッド | |
---|---|
static void |
TigerAnnotationHandler.addPropertyDefBuilder(PropertyDefBuilder builder)
PropertyDefBuilder を追加します。 |
static void |
TigerAnnotationHandler.removePropertyDefBuilder(PropertyDefBuilder builder)
PropertyDefBuilder を削除します。 |
org.seasar.framework.container.factory.property での PropertyDefBuilder の使用 |
---|
PropertyDefBuilder を実装している org.seasar.framework.container.factory.property のクラス | |
---|---|
class |
AbstractPropertyDefBuilder<T extends Annotation>
Tigerアノテーションを読み取り PropertyDef を作成するコンポーネントの実装クラスです。 |
class |
BindingPropertyDefBuilder
Binding アノテーションを読み取りPropertyDef を作成するコンポーネントの実装クラスです。 |
class |
EJBPropertyDefBuilder
EJB アノテーションを読み取りPropertyDef を作成するコンポーネントの実装クラスです。 |
class |
PersistenceContextPropertyDefBuilder
PersistenceContext アノテーションを読み取りPropertyDef を作成するコンポーネントの実装クラスです。 |
class |
PersistenceUnitPropertyDefBuilder
PersistenceUnit アノテーションを読み取りPropertyDef を作成するコンポーネントの実装クラスです。 |
class |
ResourcePropertyDefBuilder
Resource アノテーションを読み取りPropertyDef を作成するコンポーネントの実装クラスです。 |
|
||||||||||
前 次 | フレームあり フレームなし |