public class DfDecoMapTablePart extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected List<DfDecoMapColumnPart> |
columnList |
protected List<DfDecoMapMappingPart> |
mappingList |
protected List<DfDecoMapPropertyPart> |
propertyList |
protected String |
tableName |
| コンストラクタと説明 |
|---|
DfDecoMapTablePart(Map<String,Object> tablePartMap) |
DfDecoMapTablePart(String tableName,
List<DfDecoMapMappingPart> mappingList,
List<DfDecoMapPropertyPart> propertyList,
List<DfDecoMapColumnPart> columnList) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Map<String,Object> |
convertPickupMap() |
List<DfDecoMapColumnPart> |
getColumnList() |
List<DfDecoMapMappingPart> |
getMappingList() |
List<DfDecoMapPropertyPart> |
getPropertyList() |
String |
getTableName() |
protected final String tableName
protected final List<DfDecoMapMappingPart> mappingList
protected final List<DfDecoMapPropertyPart> propertyList
protected final List<DfDecoMapColumnPart> columnList
public DfDecoMapTablePart(String tableName, List<DfDecoMapMappingPart> mappingList, List<DfDecoMapPropertyPart> propertyList, List<DfDecoMapColumnPart> columnList)
public String getTableName()
public List<DfDecoMapMappingPart> getMappingList()
public List<DfDecoMapPropertyPart> getPropertyList()
public List<DfDecoMapColumnPart> getColumnList()
Copyright © 2014–2021 The DBFlute Project. All rights reserved.