org.seasar.extension.dao.helper.impl
クラス DaoHelperImpl
java.lang.Object
org.seasar.extension.dao.helper.impl.DaoHelperImpl
- すべての実装インタフェース:
- DaoHelper
- public class DaoHelperImpl
- extends Object
- implements DaoHelper
- 作成者:
- higa
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DaoHelperImpl
public DaoHelperImpl()
getNamingConvention
public org.seasar.framework.convention.NamingConvention getNamingConvention()
- 戻り値:
- Returns the namingConvention.
setNamingConvention
public void setNamingConvention(org.seasar.framework.convention.NamingConvention namingConvention)
- パラメータ:
namingConvention
- The namingConvention to set.
getDaoInterface
public Class getDaoInterface(Class clazz)
- 定義:
- インタフェース
DaoHelper
内の getDaoInterface
getDataSourceName
public String getDataSourceName(Class daoClass)
- 定義:
- インタフェース
DaoHelper
内の getDataSourceName
getSqlBySqlFile
public String getSqlBySqlFile(Class daoClass,
Method method,
String suffix)
- 定義:
- インタフェース
DaoHelper
内の getSqlBySqlFile
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.