| パッケージ | 説明 |
|---|---|
| org.dbflute.infra.doc.decomment |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected DfDecoMapPieceTargetType |
DfDecoMapMapping.targetType |
protected DfDecoMapPieceTargetType |
DfDecoMapPiece.targetType |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static DfDecoMapPieceTargetType |
DfDecoMapPieceTargetType.codeOf(Object code)
非推奨です。
use of()
|
DfDecoMapPieceTargetType |
DfDecoMapMapping.getTargetType() |
DfDecoMapPieceTargetType |
DfDecoMapPiece.getTargetType() |
static DfDecoMapPieceTargetType |
DfDecoMapPieceTargetType.nameOf(String name)
Old style so use byName(name).
|
static DfDecoMapPieceTargetType |
DfDecoMapPieceTargetType.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static DfDecoMapPieceTargetType[] |
DfDecoMapPieceTargetType.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static OptionalThing<DfDecoMapPieceTargetType> |
DfDecoMapPieceTargetType.byName(String name)
Find the classification by the name.
|
static List<DfDecoMapPieceTargetType> |
DfDecoMapPieceTargetType.groupOf(String groupName)
Get the list of classification elements in the specified group.
|
static List<DfDecoMapPieceTargetType> |
DfDecoMapPieceTargetType.listAll()
Get the list of all classification elements.
|
static List<DfDecoMapPieceTargetType> |
DfDecoMapPieceTargetType.listByGroup(String groupName)
Get the list of classification elements in the specified group.
|
static List<DfDecoMapPieceTargetType> |
DfDecoMapPieceTargetType.listOf(Collection<String> codeList)
Get the list of classification elements corresponding to the specified codes.
|
static OptionalThing<DfDecoMapPieceTargetType> |
DfDecoMapPieceTargetType.of(Object code)
Get the classification of the code.
|
| コンストラクタと説明 |
|---|
DfDecoMapMapping(String oldTableName,
String oldColumnName,
DfDecoMapPieceTargetType type,
DfDecoMapMappingPart mappingPart) |
DfDecoMapMapping(String formatVersion,
String oldTableName,
String oldColumnName,
String newTableName,
String newColumnName,
DfDecoMapPieceTargetType targetType,
List<String> authorList,
String mappingCode,
String mappingOwner,
LocalDateTime mappingDatetime,
List<String> previousMappingList) |
DfDecoMapPiece(String formatVersion,
String tableName,
String columnName,
DfDecoMapPieceTargetType targetType,
String decomment,
String databaseComment,
Long commentVersion,
List<String> authorList,
String pieceCode,
LocalDateTime pieceDatetime,
String pieceOwner,
String pieceGitBranch,
List<String> previousPieceList) |
Copyright © 2014–2019 The DBFlute Project. All rights reserved.