|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.framework.exception.SRuntimeException
org.seasar.extension.jdbc.exception.MappedByPropertyNotFoundRuntimeException
public class MappedByPropertyNotFoundRuntimeException
MappedByで指定されたプロパティが見つからない場合の例外です。
| コンストラクタの概要 | |
|---|---|
MappedByPropertyNotFoundRuntimeException(java.lang.String entityName,
java.lang.String propertyName,
java.lang.String mappedBy,
java.lang.Class<?> inverseRelationshipClass)
MappedByPropertyNotFoundRuntimeExceptionを作成します。 |
|
| メソッドの概要 | |
|---|---|
java.lang.String |
getEntityName()
エンティティ名を返します。 |
java.lang.Class<?> |
getInverseRelationshipClass()
逆側の関連クラスを返します。 |
java.lang.String |
getMappedBy()
MappedBy名を返します。 |
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 |
| コンストラクタの詳細 |
|---|
public MappedByPropertyNotFoundRuntimeException(java.lang.String entityName,
java.lang.String propertyName,
java.lang.String mappedBy,
java.lang.Class<?> inverseRelationshipClass)
MappedByPropertyNotFoundRuntimeExceptionを作成します。
entityName - エンティティ名propertyName - プロパティ名mappedBy - MappedBy名inverseRelationshipClass - 逆側の関連クラス| メソッドの詳細 |
|---|
public java.lang.String getEntityName()
public java.lang.String getPropertyName()
public java.lang.String getMappedBy()
public java.lang.Class<?> getInverseRelationshipClass()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||