|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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.OptimisticLockException
public class OptimisticLockException
楽観的排他制御に失敗した場合にスローされます。
楽観的排他制御に失敗したとみなす条件は、バージョン番号を問い合わせ条件に含めた更新処理や削除処理で更新結果が1件でない場合です。
フィールドの概要 | |
---|---|
protected String |
formattedSql
フォーマット済みSQL、バッチ処理時にスローされた場合 null |
protected SqlKind |
kind
SQLの種別 |
protected String |
rawSql
未加工SQL |
protected String |
sqlFilePath
SQLファイルのパス、SQLが自動生成された場合 null |
クラス org.seasar.doma.DomaException から継承されたフィールド |
---|
args, messageResource |
コンストラクタの概要 | |
---|---|
|
OptimisticLockException(ExceptionSqlLogType logType,
Sql<?> sql)
楽観的排他制御に失敗したSQLを指定してインスタンスを構築します。 |
|
OptimisticLockException(ExceptionSqlLogType logType,
SqlKind kind,
String rawSql,
String formattedSql,
String sqlFilePath)
楽観的排他制御に失敗した未加工SQLとフォーマット済みSQLを指定してインスタンスを構築します。 |
protected |
OptimisticLockException(MessageResource messageCode,
SqlKind kind,
String rawSql,
String sqlFilePath)
メッセージコードと未加工SQLを指定してサブクラスから呼び出しインスタンスを構築します。 |
メソッドの概要 | |
---|---|
String |
getFormattedSql()
フォーマット済みSQLを返します。 |
SqlKind |
getKind()
SQLの種別を返します。 |
String |
getRawSql()
未加工SQLを返します。 |
String |
getSqlFilePath()
SQLファイルのパスを返します。 |
クラス 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 SqlKind kind
protected final String rawSql
protected final String formattedSql
null
protected final String sqlFilePath
null
コンストラクタの詳細 |
---|
public OptimisticLockException(ExceptionSqlLogType logType, Sql<?> sql)
logType
- ログタイプsql
- SQLpublic OptimisticLockException(ExceptionSqlLogType logType, SqlKind kind, String rawSql, String formattedSql, String sqlFilePath)
logType
- ログタイプkind
- SQLの種別rawSql
- 未加工SQLformattedSql
- フォーマット済みSQLsqlFilePath
- SQLファイルのパスprotected OptimisticLockException(MessageResource messageCode, SqlKind kind, String rawSql, String sqlFilePath)
messageCode
- メッセージコードkind
- SQLの種別rawSql
- 未加工SQLsqlFilePath
- SQLファイルのパスメソッドの詳細 |
---|
public SqlKind getKind()
public String getRawSql()
public String getFormattedSql()
null
public String getSqlFilePath()
null
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |