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