org.seasar.framework.container.factory.property
クラス PersistenceUnitPropertyDefBuilder

java.lang.Object
  上位を拡張 org.seasar.framework.container.factory.property.AbstractPropertyDefBuilder<PersistenceUnit>
      上位を拡張 org.seasar.framework.container.factory.property.PersistenceUnitPropertyDefBuilder
すべての実装されたインタフェース:
PropertyDefBuilder

public class PersistenceUnitPropertyDefBuilder
extends AbstractPropertyDefBuilder<PersistenceUnit>


入れ子のクラスの概要
static class PersistenceUnitPropertyDefBuilder.PersistenceUnitExpression
           
 
フィールドの概要
 
クラス org.seasar.framework.container.factory.property.AbstractPropertyDefBuilder から継承されたフィールド
handler
 
コンストラクタの概要
PersistenceUnitPropertyDefBuilder()
           
 
メソッドの概要
protected static ComponentDef createPersistenceUnitCompoentDef(String unitName)
           
protected  PropertyDef createPropertyDef(String propertyName, AccessTypeDef accessTypeDef, PersistenceUnit persistenceUnit)
           
protected  Class<PersistenceUnit> getAnnotationType()
           
protected static Expression getExpression(String unitName)
           
 
クラス org.seasar.framework.container.factory.property.AbstractPropertyDefBuilder から継承されたメソッド
createComponentDef, createComponentDef, createPropertyDef, createPropertyDef, createPropertyDef, createPropertyDef, createPropertyDef, createPropertyDef
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PersistenceUnitPropertyDefBuilder

public PersistenceUnitPropertyDefBuilder()
メソッドの詳細

getAnnotationType

protected Class<PersistenceUnit> getAnnotationType()
定義:
クラス AbstractPropertyDefBuilder<PersistenceUnit> 内の getAnnotationType

createPropertyDef

protected PropertyDef createPropertyDef(String propertyName,
                                        AccessTypeDef accessTypeDef,
                                        PersistenceUnit persistenceUnit)
定義:
クラス AbstractPropertyDefBuilder<PersistenceUnit> 内の createPropertyDef

createPersistenceUnitCompoentDef

protected static ComponentDef createPersistenceUnitCompoentDef(String unitName)

getExpression

protected static Expression getExpression(String unitName)


Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.