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

コンストラクタの概要
DaoHelperImpl()
           
 
メソッドの概要
 Class getDaoInterface(Class clazz)
           
 String getDataSourceName(Class daoClass)
           
 org.seasar.framework.convention.NamingConvention getNamingConvention()
           
 String getSqlBySqlFile(Class daoClass, Method method, String suffix)
           
 void setNamingConvention(org.seasar.framework.convention.NamingConvention namingConvention)
           
 
クラス 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.