|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.seasar.framework.exception.SRuntimeException org.seasar.extension.jdbc.exception.LazyFetchSpecifiedRuntimeException
public class LazyFetchSpecifiedRuntimeException
フェッチタイプにFetchType.LAZY
が指定された場合の例外です。
フィールドの概要 | |
---|---|
protected java.lang.String |
entityName
エンティティ名 |
protected java.lang.String |
propertyName
識別子のプロパティ名 |
コンストラクタの概要 | |
---|---|
LazyFetchSpecifiedRuntimeException(java.lang.String entityName,
java.lang.String propertyName)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
java.lang.String |
getEntityName()
エンティティ名を返します。 |
java.lang.String |
getPropertyName()
プロパティ名を返します。 |
クラス org.seasar.framework.exception.SRuntimeException から継承されたメソッド |
---|
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessage |
クラス java.lang.Throwable から継承されたメソッド |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
protected java.lang.String entityName
protected java.lang.String propertyName
コンストラクタの詳細 |
---|
public LazyFetchSpecifiedRuntimeException(java.lang.String entityName, java.lang.String propertyName)
entityName
- エンティティ名propertyName
- プロパティ名メソッドの詳細 |
---|
public java.lang.String getEntityName()
public java.lang.String getPropertyName()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |