Class Hierarchy
- java.lang.Object
- tk.mybatis.mapper.additional.aggregation.AggregateCondition (implements java.io.Serializable)
- tk.mybatis.mapper.ApiInfo
- tk.mybatis.mapper.util.Assert
- tk.mybatis.spring.annotation.BaseProperties
- org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider (implements org.springframework.core.env.EnvironmentCapable, org.springframework.context.ResourceLoaderAware)
- org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- tk.mybatis.mapper.generator.model.ColumnField (implements java.io.Serializable)
- tk.mybatis.mapper.entity.Config
- org.apache.ibatis.session.Configuration
- tk.mybatis.sample.domain.Country (implements java.io.Serializable)
- org.springframework.dao.support.DaoSupport (implements org.springframework.beans.factory.InitializingBean)
- org.mybatis.spring.support.SqlSessionDaoSupport
- tk.mybatis.spring.mapper.MapperFactoryBean<T> (implements org.springframework.beans.factory.FactoryBean<T>)
- tk.mybatis.mapper.mapperhelper.resolve.DefaultEntityResolve (implements tk.mybatis.mapper.mapperhelper.resolve.EntityResolve)
- tk.mybatis.mapper.version.DefaultNextVersion (implements tk.mybatis.mapper.version.NextVersion<T>)
- tk.mybatis.mapper.entity.EntityColumn
- tk.mybatis.mapper.entity.EntityField
- tk.mybatis.mapper.mapperhelper.EntityHelper
- tk.mybatis.mapper.entity.EntityTable
- tk.mybatis.mapper.entity.Example (implements tk.mybatis.mapper.entity.IDynamicTableName)
- tk.mybatis.mapper.entity.Example.Builder
- tk.mybatis.mapper.entity.Example.Criterion
- tk.mybatis.mapper.entity.Example.GeneratedCriteria
- tk.mybatis.mapper.entity.Example.OrderBy
- tk.mybatis.mapper.mapperhelper.FieldHelper
- tk.mybatis.mapper.generator.formatter.FreemarkerTemplateFormatter (implements tk.mybatis.mapper.generator.formatter.ListTemplateFormatter, tk.mybatis.mapper.generator.formatter.TemplateFormatter)
- org.mybatis.generator.api.GeneratedFile
- org.mybatis.generator.api.GeneratedJavaFile
- tk.mybatis.mapper.genid.GenId.NULL (implements tk.mybatis.mapper.genid.GenId<T>)
- tk.mybatis.mapper.genid.GenIdUtil
- tk.mybatis.mapper.gensql.GenSql.NULL (implements tk.mybatis.mapper.gensql.GenSql)
- org.mybatis.generator.api.IntrospectedTable
- org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3Impl
- org.mybatis.generator.codegen.mybatis3.IntrospectedTableMyBatis3SimpleImpl
- tk.mybatis.mapper.generator.TkMyBatis3Impl
- tk.mybatis.mapper.autoconfigure.MapperAutoConfiguration
- tk.mybatis.mapper.autoconfigure.MapperAutoConfiguration.AutoConfiguredMapperScannerRegistrar (implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.EnvironmentAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.ResourceLoaderAware)
- tk.mybatis.mapper.autoconfigure.MapperAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration
- tk.mybatis.mapper.autoconfigure.MapperCacheDisabler (implements org.springframework.beans.factory.InitializingBean)
- tk.mybatis.mapper.generator.MapperCommentGenerator (implements org.mybatis.generator.api.CommentGenerator)
- tk.mybatis.mapper.mapperhelper.MapperHelper
- tk.mybatis.spring.mapper.MapperScannerConfigurer (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean)
- tk.mybatis.spring.annotation.MapperScannerRegistrar (implements org.springframework.context.EnvironmentAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.ResourceLoaderAware)
- tk.mybatis.mapper.mapperhelper.MapperTemplate
- tk.mybatis.mapper.util.MetaObjectUtil
- tk.mybatis.mapper.util.MsUtil
- tk.mybatis.mapper.util.OGNL
- org.mybatis.generator.api.PluginAdapter (implements org.mybatis.generator.api.Plugin)
- tk.mybatis.mapper.weekend.reflection.Reflections
- tk.mybatis.sample.SampleMapperApplication (implements org.springframework.boot.CommandLineRunner)
- tk.mybatis.sample.SampleXmlApplication (implements org.springframework.boot.CommandLineRunner)
- tk.mybatis.mapper.mapperhelper.SelectKeyGenerator (implements org.apache.ibatis.executor.keygen.KeyGenerator)
- tk.mybatis.mapper.mapperhelper.SelectKeyHelper
- tk.mybatis.mapper.util.SimpleTypeUtil
- tk.mybatis.spring.mapper.SpringBootBindUtil
- tk.mybatis.spring.mapper.SpringBootBindUtil.SpringBoot1Bind (implements tk.mybatis.spring.mapper.SpringBootBindUtil.IBind)
- tk.mybatis.spring.mapper.SpringBootBindUtil.SpringBoot2Bind (implements tk.mybatis.spring.mapper.SpringBootBindUtil.IBind)
- tk.mybatis.mapper.mapperhelper.SqlHelper
- tk.mybatis.mapper.util.SqlReservedWords
- tk.mybatis.mapper.util.Sqls
- tk.mybatis.mapper.util.Sqls.Criteria
- tk.mybatis.mapper.util.Sqls.Criterion
- tk.mybatis.mapper.util.StringUtil
- tk.mybatis.mapper.generator.model.TableClass (implements java.io.Serializable)
- tk.mybatis.mapper.generator.model.TableColumnBuilder
- java.lang.Throwable (implements java.io.Serializable)
- tk.mybatis.mapper.version.VersionUtil
- org.apache.ibatis.io.VFS
- tk.mybatis.mapper.weekend.WeekendSqls<T> (implements tk.mybatis.mapper.entity.SqlsCriteria)
Interface Hierarchy
- tk.mybatis.mapper.additional.aggregation.AggregationMapper<T>
- tk.mybatis.mapper.autoconfigure.ConfigurationCustomizer
- tk.mybatis.mapper.common.condition.DeleteByConditionMapper<T>
- tk.mybatis.mapper.common.example.DeleteByExampleMapper<T>
- tk.mybatis.mapper.additional.idlist.DeleteByIdListMapper<T,PK>
- tk.mybatis.mapper.common.ids.DeleteByIdsMapper<T>
- tk.mybatis.mapper.common.base.delete.DeleteByPrimaryKeyMapper<T>
- tk.mybatis.mapper.common.base.delete.DeleteMapper<T>
- tk.mybatis.mapper.mapperhelper.resolve.EntityResolve
- tk.mybatis.mapper.common.base.select.ExistsWithPrimaryKeyMapper<T>
- tk.mybatis.mapper.common.BaseMapper<T> (also 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>)
- tk.mybatis.sample.mapper.BaseMapper<T>
- tk.mybatis.mapper.common.base.BaseSelectMapper<T> (also 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.sample.mapper.CountryMapper
- tk.mybatis.mapper.common.Mapper<T> (also extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<T>)
- java.util.function.Function<T,R>
- tk.mybatis.mapper.genid.GenId<T>
- tk.mybatis.mapper.gensql.GenSql
- tk.mybatis.mapper.entity.IDynamicTableName
- tk.mybatis.mapper.common.special.InsertListMapper<T>
- tk.mybatis.mapper.additional.dialect.oracle.InsertListMapper<T>
- tk.mybatis.mapper.additional.insert.InsertListMapper<T>
- tk.mybatis.mapper.common.sqlserver.InsertMapper<T>
- tk.mybatis.mapper.common.base.insert.InsertMapper<T>
- tk.mybatis.mapper.common.sqlserver.InsertSelectiveMapper<T>
- tk.mybatis.mapper.common.base.insert.InsertSelectiveMapper<T>
- tk.mybatis.mapper.common.special.InsertUseGeneratedKeysMapper<T>
- tk.mybatis.mapper.generator.formatter.ListTemplateFormatter
- tk.mybatis.mapper.common.Marker
- tk.mybatis.mapper.version.NextVersion<T>
- tk.mybatis.mapper.common.base.select.SelectAllMapper<T>
- tk.mybatis.mapper.common.BaseMapper<T> (also 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>)
- tk.mybatis.sample.mapper.BaseMapper<T>
- tk.mybatis.mapper.common.base.BaseSelectMapper<T> (also 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.sample.mapper.CountryMapper
- tk.mybatis.mapper.common.Mapper<T> (also extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<T>)
- tk.mybatis.mapper.common.condition.SelectByConditionMapper<T>
- tk.mybatis.mapper.common.rowbounds.SelectByConditionRowBoundsMapper<T>
- tk.mybatis.mapper.common.example.SelectByExampleMapper<T>
- tk.mybatis.mapper.common.rowbounds.SelectByExampleRowBoundsMapper<T>
- tk.mybatis.mapper.additional.idlist.SelectByIdListMapper<T,PK>
- tk.mybatis.mapper.common.ids.SelectByIdsMapper<T>
- tk.mybatis.mapper.common.base.select.SelectByPrimaryKeyMapper<T>
- tk.mybatis.mapper.common.BaseMapper<T> (also 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>)
- tk.mybatis.sample.mapper.BaseMapper<T>
- tk.mybatis.mapper.common.base.BaseSelectMapper<T> (also 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.sample.mapper.CountryMapper
- tk.mybatis.mapper.common.Mapper<T> (also extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<T>)
- tk.mybatis.mapper.common.condition.SelectCountByConditionMapper<T>
- tk.mybatis.mapper.common.example.SelectCountByExampleMapper<T>
- tk.mybatis.mapper.common.base.select.SelectCountMapper<T>
- tk.mybatis.mapper.common.BaseMapper<T> (also 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>)
- tk.mybatis.sample.mapper.BaseMapper<T>
- tk.mybatis.mapper.common.base.BaseSelectMapper<T> (also 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.sample.mapper.CountryMapper
- tk.mybatis.mapper.common.Mapper<T> (also extends tk.mybatis.mapper.common.BaseMapper<T>, 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.BaseMapper<T> (also 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>)
- tk.mybatis.sample.mapper.BaseMapper<T>
- tk.mybatis.mapper.common.base.BaseSelectMapper<T> (also 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.sample.mapper.CountryMapper
- tk.mybatis.mapper.common.Mapper<T> (also extends tk.mybatis.mapper.common.BaseMapper<T>, 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.base.select.SelectOneMapper<T>
- tk.mybatis.mapper.common.BaseMapper<T> (also 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>)
- tk.mybatis.sample.mapper.BaseMapper<T>
- tk.mybatis.mapper.common.base.BaseSelectMapper<T> (also 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.sample.mapper.CountryMapper
- tk.mybatis.mapper.common.Mapper<T> (also extends tk.mybatis.mapper.common.BaseMapper<T>, tk.mybatis.mapper.common.ExampleMapper<T>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<T>)
- tk.mybatis.mapper.common.rowbounds.SelectRowBoundsMapper<T>
- java.io.Serializable
- tk.mybatis.mapper.weekend.Fn<T,R> (also extends java.util.function.Function<T,R>)
- tk.mybatis.spring.mapper.SpringBootBindUtil.IBind
- tk.mybatis.mapper.entity.SqlsCriteria
- tk.mybatis.mapper.generator.formatter.TemplateFormatter
- tk.mybatis.mapper.common.condition.UpdateByConditionMapper<T>
- tk.mybatis.mapper.common.condition.UpdateByConditionSelectiveMapper<T>
- tk.mybatis.mapper.additional.update.differ.UpdateByDifferMapper<T>
- tk.mybatis.mapper.common.example.UpdateByExampleMapper<T>
- tk.mybatis.mapper.common.example.UpdateByExampleSelectiveMapper<T>
- tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeyMapper<T>
- tk.mybatis.mapper.additional.update.force.UpdateByPrimaryKeySelectiveForceMapper<T>
- tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeySelectiveMapper<T>
Annotation Type Hierarchy
Enum Hierarchy
Copyright © 2018. All rights reserved.