public class ExtendedBaseTableImpl extends Object implements ExtendedBaseTable, ColumnMappingParentInterface, PrimaryKeyMappingParentInterface
| コンストラクタと説明 |
|---|
ExtendedBaseTableImpl(ExtendedTableImpl extendedTable)
新規にインスタンスを生成します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addColumnMapping(ColumnMappingImpl columnMapping) |
void |
addPrimaryKeyMapping(PrimaryKeyMappingImpl primaryKeyMapping) |
void |
clearColumnMapping() |
void |
executeMapping()
このオブジェクトの内部情報を元にモデルのマッピングを行います。
|
Map |
getColumnMappings()
拡張基本テーブルに含まれる属性に関連するカラムマッピングの情報をすべて取得します。
|
Attribute[] |
getEntityPrimaryKeys()
参照先エンティティの主キーの一覧を取得する
|
ExtendedTable |
getExtendedTable()
拡張基本テーブルが定義されている拡張テーブル定義を取得します。
|
String |
getName()
拡張基本テーブルのテーブル名を取得します。
|
Map |
getPrimaryKeyMappings()
拡張基本テーブルに含まれる属性に関連するプライマリーキーマッピングの情報をすべて取得します。
|
Map |
getTableColumnMap()
テーブルのカラムマップを取得する
|
void |
setColumnMappings(Map columnMappingMap) |
void |
setName(String name) |
void |
setPrimaryKeyMappings(Map primaryKeyMapping) |
void |
verify()
このオブジェクトの内部情報を検査します。
|
public ExtendedBaseTableImpl(ExtendedTableImpl extendedTable)
public String getName()
ExtendedBaseTablegetName インタフェース内 ExtendedBaseTablepublic void setName(String name)
name - public Map getColumnMappings()
ExtendedBaseTableColumnMappingを値としたマップを返します。getColumnMappings インタフェース内 ExtendedBaseTablepublic void addColumnMapping(ColumnMappingImpl columnMapping)
columnMapping - public void clearColumnMapping()
public void setColumnMappings(Map columnMappingMap)
columnMappingMap - public ExtendedTable getExtendedTable()
ExtendedBaseTablegetExtendedTable インタフェース内 ExtendedBaseTablepublic Map getPrimaryKeyMappings()
ExtendedBaseTablePrimaryKeyMappingを値としたマップを返します。getPrimaryKeyMappings インタフェース内 ExtendedBaseTablepublic void addPrimaryKeyMapping(PrimaryKeyMappingImpl primaryKeyMapping)
primaryKeyMapping - public void setPrimaryKeyMappings(Map primaryKeyMapping)
primaryKeyMapping - public Map getTableColumnMap()
ColumnMappingParentInterfacegetTableColumnMap インタフェース内 ColumnMappingParentInterfacepublic void executeMapping()
throws DataStoreConfigException
DataStoreConfigurationModelInterfaceexecuteMapping インタフェース内 DataStoreConfigurationModelInterfaceDataStoreConfigExceptionpublic void verify()
throws DataStoreConfigException
DataStoreConfigurationModelInterfaceverify インタフェース内 DataStoreConfigurationModelInterfaceDataStoreConfigException - 内部情報に整合性違反がある場合public Attribute[] getEntityPrimaryKeys()
PrimaryKeyMappingParentInterfacegetEntityPrimaryKeys インタフェース内 PrimaryKeyMappingParentInterfaceCopyright © 2012 NTT DATA INTRAMART CORPORATION