public class TnFieldBeanAnnotationReader extends Object implements TnBeanAnnotationReader
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
COLUMN_SUFFIX |
static String |
ID_SUFFIX |
static String |
NO_PERSISTENT_PROPS |
static String |
RELKEYS_SUFFIX |
static String |
RELNO_SUFFIX |
static String |
TABLE |
static String |
TIMESTAMP_PROPERTY |
static String |
VALUE_TYPE_SUFFIX |
static String |
VERSION_NO_PROPERTY |
| コンストラクタと説明 |
|---|
TnFieldBeanAnnotationReader(Class<?> beanClass) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getColumnAnnotation(DfPropertyDesc pd) |
String |
getId(DfPropertyDesc pd) |
String |
getRelationKey(DfPropertyDesc pd) |
int |
getRelationNo(DfPropertyDesc pd) |
String |
getTableAnnotation() |
String |
getTimestampPropertyName() |
String |
getValueType(DfPropertyDesc pd)
Get the name of plug-in value type.
|
String |
getVersionNoPropertyName() |
boolean |
hasRelationNo(DfPropertyDesc pd) |
public TnFieldBeanAnnotationReader(Class<?> beanClass)
public String getColumnAnnotation(DfPropertyDesc pd)
getColumnAnnotation インタフェース内 TnBeanAnnotationReaderpublic String getTableAnnotation()
getTableAnnotation インタフェース内 TnBeanAnnotationReaderpublic String getVersionNoPropertyName()
getVersionNoPropertyName インタフェース内 TnBeanAnnotationReaderpublic String getTimestampPropertyName()
getTimestampPropertyName インタフェース内 TnBeanAnnotationReaderpublic String getId(DfPropertyDesc pd)
getId インタフェース内 TnBeanAnnotationReaderpublic String getRelationKey(DfPropertyDesc pd)
getRelationKey インタフェース内 TnBeanAnnotationReaderpublic int getRelationNo(DfPropertyDesc pd)
getRelationNo インタフェース内 TnBeanAnnotationReaderpublic boolean hasRelationNo(DfPropertyDesc pd)
hasRelationNo インタフェース内 TnBeanAnnotationReaderpublic String getValueType(DfPropertyDesc pd)
TnBeanAnnotationReadergetValueType インタフェース内 TnBeanAnnotationReaderpd - The description of property. (NotNull)Copyright © 2014–2015 The DBFlute Project. All rights reserved.