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

java.lang.Object
  上位を拡張 org.seasar.framework.container.impl.AbstractExpression
      上位を拡張 org.seasar.framework.container.factory.property.PersistenceUnitPropertyDefBuilder.PersistenceUnitExpression
すべての実装されたインタフェース:
Expression
含まれているクラス:
PersistenceUnitPropertyDefBuilder

public static class PersistenceUnitPropertyDefBuilder.PersistenceUnitExpression
extends AbstractExpression

評価されると永続ユニットを返すExpressionの実装クラスです。

作成者:
koichik

フィールドの概要
 
クラス org.seasar.framework.container.impl.AbstractExpression から継承されたフィールド
lineNumber, source, sourceName
 
コンストラクタの概要
PersistenceUnitPropertyDefBuilder.PersistenceUnitExpression(java.lang.String unitName)
          インスタンスを構築します。
 
メソッドの概要
 java.lang.Object evaluate(S2Container container, java.util.Map context)
           
 java.lang.String getUnitName()
          永続ユニット名を返します。
 
クラス org.seasar.framework.container.impl.AbstractExpression から継承されたメソッド
getLineNumber, getSource, getSourceName, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

PersistenceUnitPropertyDefBuilder.PersistenceUnitExpression

public PersistenceUnitPropertyDefBuilder.PersistenceUnitExpression(java.lang.String unitName)
インスタンスを構築します。

パラメータ:
unitName - 永続ユニット名
メソッドの詳細

getUnitName

public java.lang.String getUnitName()
永続ユニット名を返します。

戻り値:
永続ユニット名

evaluate

public java.lang.Object evaluate(S2Container container,
                                 java.util.Map context)


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