所有程序包的分层结构
程序包分层结构:- tk.mybatis.mapper.common,
- tk.mybatis.mapper.common.base,
- tk.mybatis.mapper.common.base.delete,
- tk.mybatis.mapper.common.base.insert,
- tk.mybatis.mapper.common.base.select,
- tk.mybatis.mapper.common.base.update,
- tk.mybatis.mapper.common.condition,
- tk.mybatis.mapper.common.example,
- tk.mybatis.mapper.common.ids,
- tk.mybatis.mapper.common.rowbounds,
- tk.mybatis.mapper.common.special,
- tk.mybatis.mapper.common.sqlserver,
- tk.mybatis.mapper.provider,
- tk.mybatis.mapper.provider.base
类分层结构
- java.lang.Object
- tk.mybatis.mapper.mapperhelper.MapperTemplate
- tk.mybatis.mapper.provider.base.BaseDeleteProvider
- tk.mybatis.mapper.provider.base.BaseInsertProvider
- tk.mybatis.mapper.provider.base.BaseSelectProvider
- tk.mybatis.mapper.provider.base.BaseUpdateProvider
- tk.mybatis.mapper.provider.ConditionProvider
- tk.mybatis.mapper.provider.ExampleProvider
- tk.mybatis.mapper.provider.IdsProvider
- tk.mybatis.mapper.provider.SpecialProvider
- tk.mybatis.mapper.provider.SqlServerProvider
- tk.mybatis.mapper.mapperhelper.MapperTemplate
接口分层结构
- tk.mybatis.mapper.common.condition.DeleteByConditionMapper<T>
- tk.mybatis.mapper.common.ConditionMapper<T> (并 extends tk.mybatis.mapper.common.condition.SelectByConditionMapper<T>, tk.mybatis.mapper.common.condition.SelectCountByConditionMapper<T>, tk.mybatis.mapper.common.condition.UpdateByConditionMapper<T>, tk.mybatis.mapper.common.condition.UpdateByConditionSelectiveMapper<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.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.ids.DeleteByIdsMapper<T>
- tk.mybatis.mapper.common.IdsMapper<T> (并 extends tk.mybatis.mapper.common.ids.SelectByIdsMapper<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.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.base.BaseDeleteMapper<T> (并 extends tk.mybatis.mapper.common.base.delete.DeleteMapper<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>)
- 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.base.BaseDeleteMapper<T> (并 extends tk.mybatis.mapper.common.base.delete.DeleteByPrimaryKeyMapper<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.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.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.special.InsertListMapper<T>
- tk.mybatis.mapper.common.MySqlMapper<T> (并 extends tk.mybatis.mapper.common.special.InsertUseGeneratedKeysMapper<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.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.base.BaseInsertMapper<T> (并 extends tk.mybatis.mapper.common.base.insert.InsertSelectiveMapper<T>)
- tk.mybatis.mapper.common.sqlserver.InsertMapper<T>
- tk.mybatis.mapper.common.SqlServerMapper<T> (并 extends tk.mybatis.mapper.common.sqlserver.InsertSelectiveMapper<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.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.base.BaseInsertMapper<T> (并 extends tk.mybatis.mapper.common.base.insert.InsertMapper<T>)
- tk.mybatis.mapper.common.sqlserver.InsertSelectiveMapper<T>
- tk.mybatis.mapper.common.SqlServerMapper<T> (并 extends tk.mybatis.mapper.common.sqlserver.InsertMapper<T>)
- tk.mybatis.mapper.common.special.InsertUseGeneratedKeysMapper<T>
- tk.mybatis.mapper.common.MySqlMapper<T> (并 extends tk.mybatis.mapper.common.special.InsertListMapper<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.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.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.condition.SelectByConditionMapper<T>
- tk.mybatis.mapper.common.ConditionMapper<T> (并 extends tk.mybatis.mapper.common.condition.DeleteByConditionMapper<T>, tk.mybatis.mapper.common.condition.SelectCountByConditionMapper<T>, tk.mybatis.mapper.common.condition.UpdateByConditionMapper<T>, tk.mybatis.mapper.common.condition.UpdateByConditionSelectiveMapper<T>)
- tk.mybatis.mapper.common.rowbounds.SelectByConditionRowBoundsMapper<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.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.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.RowBoundsMapper<T> (并 extends tk.mybatis.mapper.common.rowbounds.SelectRowBoundsMapper<T>)
- tk.mybatis.mapper.common.ids.SelectByIdsMapper<T>
- tk.mybatis.mapper.common.IdsMapper<T> (并 extends tk.mybatis.mapper.common.ids.DeleteByIdsMapper<T>)
- 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.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.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.condition.SelectCountByConditionMapper<T>
- tk.mybatis.mapper.common.ConditionMapper<T> (并 extends tk.mybatis.mapper.common.condition.DeleteByConditionMapper<T>, tk.mybatis.mapper.common.condition.SelectByConditionMapper<T>, tk.mybatis.mapper.common.condition.UpdateByConditionMapper<T>, tk.mybatis.mapper.common.condition.UpdateByConditionSelectiveMapper<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.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.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.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.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.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.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.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.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.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.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.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.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.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.RowBoundsMapper<T> (并 extends tk.mybatis.mapper.common.rowbounds.SelectByExampleRowBoundsMapper<T>)
- tk.mybatis.mapper.common.condition.UpdateByConditionMapper<T>
- tk.mybatis.mapper.common.ConditionMapper<T> (并 extends tk.mybatis.mapper.common.condition.DeleteByConditionMapper<T>, tk.mybatis.mapper.common.condition.SelectByConditionMapper<T>, tk.mybatis.mapper.common.condition.SelectCountByConditionMapper<T>, tk.mybatis.mapper.common.condition.UpdateByConditionSelectiveMapper<T>)
- tk.mybatis.mapper.common.condition.UpdateByConditionSelectiveMapper<T>
- tk.mybatis.mapper.common.ConditionMapper<T> (并 extends tk.mybatis.mapper.common.condition.DeleteByConditionMapper<T>, tk.mybatis.mapper.common.condition.SelectByConditionMapper<T>, tk.mybatis.mapper.common.condition.SelectCountByConditionMapper<T>, tk.mybatis.mapper.common.condition.UpdateByConditionMapper<T>)
- 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.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.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.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.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.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.base.BaseUpdateMapper<T> (并 extends tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeySelectiveMapper<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>)
- 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.base.BaseUpdateMapper<T> (并 extends tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeyMapper<T>)