|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.extension.dao.helper.impl.DaoHelperImpl
DaoHelper
の実装クラスです。
コンストラクタの概要 | |
DaoHelperImpl()
|
メソッドの概要 | |
Class |
getDaoInterface(Class clazz)
Daoのインターフェースを返します。 |
String |
getDataSourceName(Class daoClass)
データソース名を返します。 |
NamingConvention |
getNamingConvention()
|
String |
getSqlBySqlFile(Class daoClass,
Method method,
String suffix)
Daoのメソッドに対するSQLファイルの中身を返します。 |
void |
setNamingConvention(NamingConvention namingConvention)
命名規約を設定します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public DaoHelperImpl()
メソッドの詳細 |
public NamingConvention getNamingConvention()
public void setNamingConvention(NamingConvention namingConvention)
namingConvention
- 命名規約public Class getDaoInterface(Class clazz)
DaoHelper
の記述:
DaoHelper
内の getDaoInterface
clazz
- Daoのクラス
public String getDataSourceName(Class daoClass)
DaoHelper
の記述:
DaoHelper
内の getDataSourceName
daoClass
- Daoクラス
public String getSqlBySqlFile(Class daoClass, Method method, String suffix)
DaoHelper
の記述:
DaoHelper
内の getSqlBySqlFile
daoClass
- Daoクラスmethod
- メソッド名suffix
- データベースサフィックス
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |