|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.seasar.doma.DomaException org.seasar.doma.jdbc.JdbcException org.seasar.doma.jdbc.ResultMappingException
public class ResultMappingException
エンティティのすべてのプロパティに対し、結果セットのカラムがマッピングされない場合にスローされます。
フィールドの概要 | |
---|---|
protected String |
entityClassName
マッピング対象のエンティティクラスの名前 |
protected List<String> |
expectedColumnNames
期待されるカラムの名前のリスト |
protected String |
formattedSql
フォーマット済みSQL、バッチ処理時にスローされた場合 null |
protected SqlKind |
kind
SQLの種別 |
protected String |
rawSql
未加工SQL |
protected String |
sqlFilePath
SQLファイルのパス |
protected List<String> |
unmappedPropertyNames
マッピングされなかったプロパティの名前のリスト |
クラス org.seasar.doma.DomaException から継承されたフィールド |
---|
args, messageResource |
コンストラクタの概要 | |
---|---|
ResultMappingException(ExceptionSqlLogType logType,
String entityClassName,
List<String> unmappedPropertyNames,
List<String> expectedColumnNames,
SqlKind kind,
String rawSql,
String formattedSql,
String sqlFilePath)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
String |
getEntityClassName()
マッピング対象のエンティティクラスの名前を返します。 |
List<String> |
getExpectedColumnNames()
期待されるカラムの名前のリストを返します。 |
String |
getFormattedSql()
フォーマット済みSQLを返します。 |
SqlKind |
getKind()
SQLの種別を返します。 |
String |
getRawSql()
未加工SQLを返します。 |
String |
getSqlFilePath()
SQLファイルのパスを返します。 |
List<String> |
getUnmappedPropertyNames()
マッピングされなかったプロパティの名前のリストを返します。 |
クラス org.seasar.doma.jdbc.JdbcException から継承されたメソッド |
---|
choiceSql |
クラス org.seasar.doma.DomaException から継承されたメソッド |
---|
getArgs, getMessageResource |
クラス java.lang.Throwable から継承されたメソッド |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
protected final String entityClassName
protected final List<String> unmappedPropertyNames
protected final List<String> expectedColumnNames
protected final SqlKind kind
protected final String rawSql
protected final String formattedSql
null
protected final String sqlFilePath
コンストラクタの詳細 |
---|
public ResultMappingException(ExceptionSqlLogType logType, String entityClassName, List<String> unmappedPropertyNames, List<String> expectedColumnNames, SqlKind kind, String rawSql, String formattedSql, String sqlFilePath)
logType
- ログタイプentityClassName
- マッピング対象のエンティティクラスの名前unmappedPropertyNames
- マッピングされなかったプロパティの名前のリストexpectedColumnNames
- 期待されるカラムの名前のリストkind
- SQLの種別rawSql
- 未加工SQLformattedSql
- フォーマット済みSQLsqlFilePath
- SQLファイルのパスメソッドの詳細 |
---|
public String getEntityClassName()
public List<String> getUnmappedPropertyNames()
public List<String> getExpectedColumnNames()
public SqlKind getKind()
public String getRawSql()
public String getFormattedSql()
null
public String getSqlFilePath()
null
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |