public class PrimaryKeyMappingImpl extends Object implements PrimaryKeyMapping, DataStoreConfigurationModelInterface
| コンストラクタと説明 |
|---|
PrimaryKeyMappingImpl(PrimaryKeyMappingParentInterface parent) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
executeMapping()
このオブジェクトの内部情報を元にモデルのマッピングを行います。
|
Attribute |
getAttribute()
プライマリーキーとなる属性を取得します。
|
String |
getAttributeName() |
String |
getName()
プライマリーキーとなるカラム名を取得します。
|
void |
setAttributeName(String attributeName) |
void |
setName(String name) |
void |
verify()
このオブジェクトの内部情報を検査します。
|
public PrimaryKeyMappingImpl(PrimaryKeyMappingParentInterface parent)
public Attribute getAttribute()
PrimaryKeyMappinggetAttribute インタフェース内 PrimaryKeyMappingpublic String getName()
PrimaryKeyMappinggetName インタフェース内 PrimaryKeyMappingpublic void setName(String name)
name - public void setAttributeName(String attributeName)
attributeName - public String getAttributeName()
public void executeMapping()
throws DataStoreConfigException
DataStoreConfigurationModelInterfaceexecuteMapping インタフェース内 DataStoreConfigurationModelInterfaceDataStoreConfigExceptionpublic void verify()
throws DataStoreConfigException
DataStoreConfigurationModelInterfaceverify インタフェース内 DataStoreConfigurationModelInterfaceDataStoreConfigException - 内部情報に整合性違反がある場合Copyright © 2012 NTT DATA INTRAMART CORPORATION