所有程序包的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.ifinalframework.data.annotation.AbsEntity (implements org.ifinalframework.core.IEntity<I>)
      • org.ifinalframework.data.annotation.AbsRecord (implements org.ifinalframework.core.IRecord<I,U>)
    • org.ifinalframework.data.annotation.AbsUser (implements org.ifinalframework.core.IUser<I>)
    • org.ifinalframework.data.annotation.Metadata (implements java.io.Serializable)
    • org.ifinalframework.data.annotation.SqlKeyWords

接口分层结构

Annotation Interface Hierarchy

  • org.ifinalframework.data.annotation.AutoInc (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.Column (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.Created (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.Creator (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.EnumValue (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.Function (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.Geometry (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.Json (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.Keyword (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.LastModified (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.LastModifier (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.NonCompare (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.Order (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.Prefix (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.PrimaryKey (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.ReadOnly (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.Reference (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.Schema (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.Table (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.Tenant (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.TypeHandler (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.UpperCase (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.Version (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.View (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.Virtual (implements java.lang.annotation.Annotation)
  • org.ifinalframework.data.annotation.WriteOnly (implements java.lang.annotation.Annotation)

Enum Class Hierarchy