インタフェース
org.seasar.framework.container.factory.PropertyDefBuilder の使用

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を作成するコンポーネントの実装クラスです。
 



Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.