程序包com.tangzc.autotable.annotation的分层结构
批注类型分层结构
- com.tangzc.autotable.annotation.AutoColumn (implements java.lang.annotation.Annotation)
- com.tangzc.autotable.annotation.AutoTable (implements java.lang.annotation.Annotation)
- com.tangzc.autotable.annotation.ColumnComment (implements java.lang.annotation.Annotation)
- com.tangzc.autotable.annotation.ColumnDefault (implements java.lang.annotation.Annotation)
- com.tangzc.autotable.annotation.ColumnName (implements java.lang.annotation.Annotation)
- com.tangzc.autotable.annotation.ColumnNotNull (implements java.lang.annotation.Annotation)
- com.tangzc.autotable.annotation.ColumnType (implements java.lang.annotation.Annotation)
- com.tangzc.autotable.annotation.Ignore (implements java.lang.annotation.Annotation)
- com.tangzc.autotable.annotation.Index (implements java.lang.annotation.Annotation)
- com.tangzc.autotable.annotation.IndexField (implements java.lang.annotation.Annotation)
- com.tangzc.autotable.annotation.PrimaryKey (implements java.lang.annotation.Annotation)
- com.tangzc.autotable.annotation.TableComment (implements java.lang.annotation.Annotation)
- com.tangzc.autotable.annotation.TableIndex (implements java.lang.annotation.Annotation)
- com.tangzc.autotable.annotation.TableIndexes (implements java.lang.annotation.Annotation)
- com.tangzc.autotable.annotation.TableName (implements java.lang.annotation.Annotation)