类 TableBeanUtils
java.lang.Object
com.tangzc.mpe.autotable.utils.TableBeanUtils
- 作者:
- don
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static ColumnTypegetColumnType(Field field) static StringgetComment(Field field) static ColumnDefaultgetDefaultValue(Field field) static Class<?>getFieldType(Class<?> clazz, Field field) static List<TableIndex>getTableIndexes(Class<?> clazz) static booleanisAutoIncrement(Field field) static booleanisIncludeField(Field field, Class<?> clazz) static Booleanstatic boolean
-
构造器详细资料
-
TableBeanUtils
public TableBeanUtils()
-
-
方法详细资料
-
isIncludeField
-
getTableIndexes
-
isPrimary
-
isAutoIncrement
-
isNotNull
-
getComment
-
getDefaultValue
-
getColumnType
-
getFieldType
-