所有程序包的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • net.guerlab.smart.platform.commons.entity.BaseEntity
      • net.guerlab.smart.pay.service.entity.PayLog (implements net.guerlab.spring.commons.dto.DefaultConvertDTO<D>)
      • net.guerlab.smart.pay.service.entity.PayOrder (implements net.guerlab.spring.commons.dto.DefaultConvertDTO<D>)
      • net.guerlab.smart.pay.service.entity.WxPayConfig (implements net.guerlab.spring.commons.dto.DefaultConvertDTO<D>)
    • net.guerlab.smart.platform.server.service.BaseServiceImpl<T,​PK,​M> (implements net.guerlab.smart.platform.server.service.BaseService<T,​PK>)
    • net.guerlab.smart.pay.service.entity.PayLogNotify (implements net.guerlab.spring.commons.dto.DefaultConvertDTO<D>)
    • net.guerlab.smart.pay.service.cron.PayOrderCron
    • net.guerlab.smart.pay.service.properties.PayProperties
    • net.guerlab.smart.pay.service.autoconfigure.PayServiceAutoconfigure
    • org.apache.ibatis.type.TypeReference<T>
      • org.apache.ibatis.type.BaseTypeHandler<T> (implements org.apache.ibatis.type.TypeHandler<T>)

接口分层结构

  • tk.mybatis.mapper.common.example.DeleteByExampleMapper<T>
    • tk.mybatis.mapper.common.ExampleMapper<T> (并 extends tk.mybatis.mapper.common.example.SelectByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectCountByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectOneByExampleMapper<T>, tk.mybatis.mapper.common.example.UpdateByExampleMapper<T>, tk.mybatis.mapper.common.example.UpdateByExampleSelectiveMapper<T>)
      • tk.mybatis.mapper.common.Mapper<T> (并 extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<T>)
  • tk.mybatis.mapper.common.base.delete.DeleteByPrimaryKeyMapper<T>
    • tk.mybatis.mapper.common.base.BaseDeleteMapper<T> (并 extends tk.mybatis.mapper.common.base.delete.DeleteMapper<T>)
      • tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseInsertMapper<T>, tk.mybatis.mapper.common.base.BaseSelectMapper<T>, tk.mybatis.mapper.common.base.BaseUpdateMapper<T>)
        • tk.mybatis.mapper.common.Mapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<T>)
  • tk.mybatis.mapper.common.base.delete.DeleteMapper<T>
    • tk.mybatis.mapper.common.base.BaseDeleteMapper<T> (并 extends tk.mybatis.mapper.common.base.delete.DeleteByPrimaryKeyMapper<T>)
      • tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseInsertMapper<T>, tk.mybatis.mapper.common.base.BaseSelectMapper<T>, tk.mybatis.mapper.common.base.BaseUpdateMapper<T>)
        • tk.mybatis.mapper.common.Mapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<T>)
  • net.guerlab.smart.platform.server.service.ExampleGetter<T>
    • net.guerlab.smart.platform.server.service.BaseDeleteService<T,​PK>
      • net.guerlab.smart.platform.server.service.BaseService<T,​PK> (并 extends net.guerlab.smart.platform.server.service.BaseFindService<T,​PK>, net.guerlab.smart.platform.server.service.BaseSaveService<T>, net.guerlab.smart.platform.server.service.BaseUpdateService<T>, net.guerlab.smart.platform.server.service.ExampleGetter<T>)
    • net.guerlab.smart.platform.server.service.BaseFindService<T,​PK>
      • net.guerlab.smart.platform.server.service.BaseService<T,​PK> (并 extends net.guerlab.smart.platform.server.service.BaseDeleteService<T,​PK>, net.guerlab.smart.platform.server.service.BaseSaveService<T>, net.guerlab.smart.platform.server.service.BaseUpdateService<T>, net.guerlab.smart.platform.server.service.ExampleGetter<T>)
      • net.guerlab.smart.pay.service.service.PayLogNotifyService (并 extends net.guerlab.smart.platform.server.service.BaseSaveService<T>)
      • net.guerlab.smart.pay.service.service.PayLogService
    • net.guerlab.smart.platform.server.service.BaseSaveService<T>
      • net.guerlab.smart.platform.server.service.BaseService<T,​PK> (并 extends net.guerlab.smart.platform.server.service.BaseDeleteService<T,​PK>, net.guerlab.smart.platform.server.service.BaseFindService<T,​PK>, net.guerlab.smart.platform.server.service.BaseUpdateService<T>, net.guerlab.smart.platform.server.service.ExampleGetter<T>)
      • net.guerlab.smart.pay.service.service.PayLogNotifyService (并 extends net.guerlab.smart.platform.server.service.BaseFindService<T,​PK>)
    • net.guerlab.smart.platform.server.service.BaseService<T,​PK> (并 extends net.guerlab.smart.platform.server.service.BaseDeleteService<T,​PK>, net.guerlab.smart.platform.server.service.BaseFindService<T,​PK>, net.guerlab.smart.platform.server.service.BaseSaveService<T>, net.guerlab.smart.platform.server.service.BaseUpdateService<T>)
    • net.guerlab.smart.platform.server.service.BaseUpdateService<T>
      • net.guerlab.smart.platform.server.service.BaseService<T,​PK> (并 extends net.guerlab.smart.platform.server.service.BaseDeleteService<T,​PK>, net.guerlab.smart.platform.server.service.BaseFindService<T,​PK>, net.guerlab.smart.platform.server.service.BaseSaveService<T>, net.guerlab.smart.platform.server.service.ExampleGetter<T>)
  • tk.mybatis.mapper.common.base.select.ExistsWithPrimaryKeyMapper<T>
    • tk.mybatis.mapper.common.base.BaseSelectMapper<T> (并 extends tk.mybatis.mapper.common.base.select.SelectAllMapper<T>, tk.mybatis.mapper.common.base.select.SelectByPrimaryKeyMapper<T>, tk.mybatis.mapper.common.base.select.SelectCountMapper<T>, tk.mybatis.mapper.common.base.select.SelectMapper<T>, tk.mybatis.mapper.common.base.select.SelectOneMapper<T>)
      • tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseDeleteMapper<T>, tk.mybatis.mapper.common.base.BaseInsertMapper<T>, tk.mybatis.mapper.common.base.BaseUpdateMapper<T>)
        • tk.mybatis.mapper.common.Mapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<T>)
  • tk.mybatis.mapper.common.base.insert.InsertMapper<T>
    • tk.mybatis.mapper.common.base.BaseInsertMapper<T> (并 extends tk.mybatis.mapper.common.base.insert.InsertSelectiveMapper<T>)
      • tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseDeleteMapper<T>, tk.mybatis.mapper.common.base.BaseSelectMapper<T>, tk.mybatis.mapper.common.base.BaseUpdateMapper<T>)
        • tk.mybatis.mapper.common.Mapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<T>)
  • tk.mybatis.mapper.common.base.insert.InsertSelectiveMapper<T>
    • tk.mybatis.mapper.common.base.BaseInsertMapper<T> (并 extends tk.mybatis.mapper.common.base.insert.InsertMapper<T>)
      • tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseDeleteMapper<T>, tk.mybatis.mapper.common.base.BaseSelectMapper<T>, tk.mybatis.mapper.common.base.BaseUpdateMapper<T>)
        • tk.mybatis.mapper.common.Mapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<T>)
  • tk.mybatis.mapper.common.Marker
    • tk.mybatis.mapper.common.Mapper<T> (并 extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.common.RowBoundsMapper<T>)
  • tk.mybatis.mapper.common.base.select.SelectAllMapper<T>
    • tk.mybatis.mapper.common.base.BaseSelectMapper<T> (并 extends tk.mybatis.mapper.common.base.select.ExistsWithPrimaryKeyMapper<T>, tk.mybatis.mapper.common.base.select.SelectByPrimaryKeyMapper<T>, tk.mybatis.mapper.common.base.select.SelectCountMapper<T>, tk.mybatis.mapper.common.base.select.SelectMapper<T>, tk.mybatis.mapper.common.base.select.SelectOneMapper<T>)
      • tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseDeleteMapper<T>, tk.mybatis.mapper.common.base.BaseInsertMapper<T>, tk.mybatis.mapper.common.base.BaseUpdateMapper<T>)
        • tk.mybatis.mapper.common.Mapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<T>)
  • tk.mybatis.mapper.common.example.SelectByExampleMapper<T>
    • tk.mybatis.mapper.common.ExampleMapper<T> (并 extends tk.mybatis.mapper.common.example.DeleteByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectCountByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectOneByExampleMapper<T>, tk.mybatis.mapper.common.example.UpdateByExampleMapper<T>, tk.mybatis.mapper.common.example.UpdateByExampleSelectiveMapper<T>)
      • tk.mybatis.mapper.common.Mapper<T> (并 extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<T>)
  • tk.mybatis.mapper.common.rowbounds.SelectByExampleRowBoundsMapper<T>
    • tk.mybatis.mapper.common.RowBoundsMapper<T> (并 extends tk.mybatis.mapper.common.rowbounds.SelectRowBoundsMapper<T>)
      • tk.mybatis.mapper.common.Mapper<T> (并 extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.common.Marker)
  • tk.mybatis.mapper.common.base.select.SelectByPrimaryKeyMapper<T>
    • tk.mybatis.mapper.common.base.BaseSelectMapper<T> (并 extends tk.mybatis.mapper.common.base.select.ExistsWithPrimaryKeyMapper<T>, tk.mybatis.mapper.common.base.select.SelectAllMapper<T>, tk.mybatis.mapper.common.base.select.SelectCountMapper<T>, tk.mybatis.mapper.common.base.select.SelectMapper<T>, tk.mybatis.mapper.common.base.select.SelectOneMapper<T>)
      • tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseDeleteMapper<T>, tk.mybatis.mapper.common.base.BaseInsertMapper<T>, tk.mybatis.mapper.common.base.BaseUpdateMapper<T>)
        • tk.mybatis.mapper.common.Mapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<T>)
  • tk.mybatis.mapper.common.example.SelectCountByExampleMapper<T>
    • tk.mybatis.mapper.common.ExampleMapper<T> (并 extends tk.mybatis.mapper.common.example.DeleteByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectOneByExampleMapper<T>, tk.mybatis.mapper.common.example.UpdateByExampleMapper<T>, tk.mybatis.mapper.common.example.UpdateByExampleSelectiveMapper<T>)
      • tk.mybatis.mapper.common.Mapper<T> (并 extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<T>)
  • tk.mybatis.mapper.common.base.select.SelectCountMapper<T>
    • tk.mybatis.mapper.common.base.BaseSelectMapper<T> (并 extends tk.mybatis.mapper.common.base.select.ExistsWithPrimaryKeyMapper<T>, tk.mybatis.mapper.common.base.select.SelectAllMapper<T>, tk.mybatis.mapper.common.base.select.SelectByPrimaryKeyMapper<T>, tk.mybatis.mapper.common.base.select.SelectMapper<T>, tk.mybatis.mapper.common.base.select.SelectOneMapper<T>)
      • tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseDeleteMapper<T>, tk.mybatis.mapper.common.base.BaseInsertMapper<T>, tk.mybatis.mapper.common.base.BaseUpdateMapper<T>)
        • tk.mybatis.mapper.common.Mapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<T>)
  • tk.mybatis.mapper.common.base.select.SelectMapper<T>
    • tk.mybatis.mapper.common.base.BaseSelectMapper<T> (并 extends tk.mybatis.mapper.common.base.select.ExistsWithPrimaryKeyMapper<T>, tk.mybatis.mapper.common.base.select.SelectAllMapper<T>, tk.mybatis.mapper.common.base.select.SelectByPrimaryKeyMapper<T>, tk.mybatis.mapper.common.base.select.SelectCountMapper<T>, tk.mybatis.mapper.common.base.select.SelectOneMapper<T>)
      • tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseDeleteMapper<T>, tk.mybatis.mapper.common.base.BaseInsertMapper<T>, tk.mybatis.mapper.common.base.BaseUpdateMapper<T>)
        • tk.mybatis.mapper.common.Mapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<T>)
  • tk.mybatis.mapper.common.example.SelectOneByExampleMapper<T>
    • tk.mybatis.mapper.common.ExampleMapper<T> (并 extends tk.mybatis.mapper.common.example.DeleteByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectCountByExampleMapper<T>, tk.mybatis.mapper.common.example.UpdateByExampleMapper<T>, tk.mybatis.mapper.common.example.UpdateByExampleSelectiveMapper<T>)
      • tk.mybatis.mapper.common.Mapper<T> (并 extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<T>)
  • tk.mybatis.mapper.common.base.select.SelectOneMapper<T>
    • tk.mybatis.mapper.common.base.BaseSelectMapper<T> (并 extends tk.mybatis.mapper.common.base.select.ExistsWithPrimaryKeyMapper<T>, tk.mybatis.mapper.common.base.select.SelectAllMapper<T>, tk.mybatis.mapper.common.base.select.SelectByPrimaryKeyMapper<T>, tk.mybatis.mapper.common.base.select.SelectCountMapper<T>, tk.mybatis.mapper.common.base.select.SelectMapper<T>)
      • tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseDeleteMapper<T>, tk.mybatis.mapper.common.base.BaseInsertMapper<T>, tk.mybatis.mapper.common.base.BaseUpdateMapper<T>)
        • tk.mybatis.mapper.common.Mapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<T>)
  • tk.mybatis.mapper.common.rowbounds.SelectRowBoundsMapper<T>
    • tk.mybatis.mapper.common.RowBoundsMapper<T> (并 extends tk.mybatis.mapper.common.rowbounds.SelectByExampleRowBoundsMapper<T>)
      • tk.mybatis.mapper.common.Mapper<T> (并 extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.common.Marker)
  • tk.mybatis.mapper.common.example.UpdateByExampleMapper<T>
    • tk.mybatis.mapper.common.ExampleMapper<T> (并 extends tk.mybatis.mapper.common.example.DeleteByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectCountByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectOneByExampleMapper<T>, tk.mybatis.mapper.common.example.UpdateByExampleSelectiveMapper<T>)
      • tk.mybatis.mapper.common.Mapper<T> (并 extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<T>)
  • tk.mybatis.mapper.common.example.UpdateByExampleSelectiveMapper<T>
    • tk.mybatis.mapper.common.ExampleMapper<T> (并 extends tk.mybatis.mapper.common.example.DeleteByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectCountByExampleMapper<T>, tk.mybatis.mapper.common.example.SelectOneByExampleMapper<T>, tk.mybatis.mapper.common.example.UpdateByExampleMapper<T>)
      • tk.mybatis.mapper.common.Mapper<T> (并 extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<T>)
  • tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeyMapper<T>
    • tk.mybatis.mapper.common.base.BaseUpdateMapper<T> (并 extends tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeySelectiveMapper<T>)
      • tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseDeleteMapper<T>, tk.mybatis.mapper.common.base.BaseInsertMapper<T>, tk.mybatis.mapper.common.base.BaseSelectMapper<T>)
        • tk.mybatis.mapper.common.Mapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<T>)
  • tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeySelectiveMapper<T>
    • tk.mybatis.mapper.common.base.BaseUpdateMapper<T> (并 extends tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeyMapper<T>)
      • tk.mybatis.mapper.common.BaseMapper<T> (并 extends tk.mybatis.mapper.common.base.BaseDeleteMapper<T>, tk.mybatis.mapper.common.base.BaseInsertMapper<T>, tk.mybatis.mapper.common.base.BaseSelectMapper<T>)
        • tk.mybatis.mapper.common.Mapper<T> (并 extends tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<T>)