类分层结构

接口分层结构

  • cn.featherfly.common.repository.builder.Builder
    • cn.featherfly.common.repository.builder.dml.ExpressionBuilder
      • cn.featherfly.common.repository.builder.dml.ConditionBuilder (并 extends cn.featherfly.common.repository.builder.dml.ParamedExpression)
    • cn.featherfly.common.db.builder.SqlBuilder
      • cn.featherfly.common.db.builder.dml.SelectBuilder
      • cn.featherfly.common.db.builder.dml.SqlConditionBuilder (并 extends cn.featherfly.common.repository.builder.dml.ConditionBuilder)
  • cn.featherfly.common.db.Column
  • cn.featherfly.common.db.data.DataExportor
  • cn.featherfly.common.db.data.DataFilter
  • cn.featherfly.common.db.data.DataFormat
  • cn.featherfly.common.db.data.DataFormatFactory
  • cn.featherfly.common.db.data.DataImportor
  • cn.featherfly.common.db.data.DataTransformer
  • cn.featherfly.common.db.dialect.Dialect
  • cn.featherfly.common.db.dialect.Dialects
  • cn.featherfly.common.repository.builder.dml.Expression
    • cn.featherfly.common.repository.builder.dml.ParamedExpression
      • cn.featherfly.common.repository.builder.dml.ConditionBuilder (并 extends cn.featherfly.common.repository.builder.dml.ExpressionBuilder)
  • cn.featherfly.common.db.mapping.JavaSqlTypeMapper<E>
  • cn.featherfly.common.db.builder.model.SqlElement
  • cn.featherfly.common.db.Table
  • cn.featherfly.common.db.mapping.TypeRegister<E>

注释类型分层结构

  • cn.featherfly.common.db.jpa.ColumnDefault (implements java.lang.annotation.Annotation)
  • cn.featherfly.common.db.jpa.Comment (implements java.lang.annotation.Annotation)

枚举分层结构