|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.doma.extension.gen.SqlTestDescFactory
public class SqlTestDescFactory
SQLテスト記述のファクトリです。
フィールドの概要 | |
---|---|
protected boolean |
abstrct
抽象クラスの場合 true |
protected ClassDescSupport |
classDescSupport
クラス記述のサポートクラス |
protected String |
dialectClassName
org.seasar.doma.jdbc.dialect.Dialect のサブクラスの名前 |
protected String |
driverClassName
Driver のサブクラスの名前 |
protected String |
password
JDBC接続パスワード |
protected Set<File> |
sqlFiles
テスト対象SQLファイルのセット |
protected String |
sqlTestClassName
SQLのテストクラス名 |
protected String |
url
JDBC接続URL |
protected String |
user
JDBC接続ユーザ |
コンストラクタの概要 | |
---|---|
SqlTestDescFactory(String sqlTestClassName,
boolean abstrct,
String dialectClassName,
String driverClassName,
String url,
String user,
String password,
Set<File> sqlFiles)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
SqlTestDesc |
createSqlFileTestDesc()
SQLテスト記述を作成します。 |
protected void |
handleSqlFilePath(SqlTestDesc sqlTestDesc)
SQLファイルのパスを扱います。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected final String sqlTestClassName
protected final boolean abstrct
true
protected final String dialectClassName
org.seasar.doma.jdbc.dialect.Dialect
のサブクラスの名前
protected final String driverClassName
Driver
のサブクラスの名前
protected final String url
protected final String user
protected final String password
protected final Set<File> sqlFiles
protected final ClassDescSupport classDescSupport
コンストラクタの詳細 |
---|
public SqlTestDescFactory(String sqlTestClassName, boolean abstrct, String dialectClassName, String driverClassName, String url, String user, String password, Set<File> sqlFiles)
sqlTestClassName
- SQLのテストクラス名abstrct
- 抽象クラスの場合true
dialectClassName
- org.seasar.doma.jdbc.dialect.Dialect
のサブクラスの名前driverClassName
- Driver
のサブクラスの名前url
- JDBC接続URLuser
- JDBC接続ユーザpassword
- JDBC接続パスワードsqlFiles
- テスト対象のSQLファイルのセットメソッドの詳細 |
---|
public SqlTestDesc createSqlFileTestDesc()
protected void handleSqlFilePath(SqlTestDesc sqlTestDesc)
sqlTestDesc
- SQLテスト記述
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |