org.dyndns.nuda.mapper
クラス SQLInterfaceFactory

java.lang.Object
  上位を拡張 org.dyndns.nuda.mapper.SQLInterfaceFactory

public class SQLInterfaceFactory
extends java.lang.Object


メソッドの概要
 SQLInterfaceFactory connection(java.sql.Connection con)
           
<T> T
create(java.lang.Class<T> interfaceClass)
           
 SQLInterfaceFactory currentClassLoader(java.lang.ClassLoader currentClassLoader)
           
 SQLInterfaceFactory dataSource(javax.sql.DataSource dataSource)
           
static SQLInterfaceFactory newInstance()
          このクラスのインスタンスを取得します
 SQLInterfaceFactory useAutoCommit(boolean useAutoCommit)
           
 SQLInterfaceFactory useManualTransaction(boolean useManualTransaction)
           
 
クラス 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)