org.dyndns.nuda.mapper
クラス SQLInterfaceFactory
java.lang.Object
org.dyndns.nuda.mapper.SQLInterfaceFactory
public class SQLInterfaceFactory
- extends java.lang.Object
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newInstance
public static SQLInterfaceFactory newInstance()
- このクラスのインスタンスを取得します
- 戻り値:
- SQLInterfaceFactory
create
public <T> T create(java.lang.Class<T> interfaceClass)
connection
public SQLInterfaceFactory connection(java.sql.Connection con)
dataSource
public SQLInterfaceFactory dataSource(javax.sql.DataSource dataSource)
useAutoCommit
public SQLInterfaceFactory useAutoCommit(boolean useAutoCommit)
useManualTransaction
public SQLInterfaceFactory useManualTransaction(boolean useManualTransaction)
currentClassLoader
public SQLInterfaceFactory currentClassLoader(java.lang.ClassLoader currentClassLoader)