类分层结构
- java.lang.Object
- cn.t.common.mybatis.BaseExample
- cn.t.common.mybatis.keygenerator.InMemoryKeyGenerator (implements org.apache.ibatis.executor.keygen.KeyGenerator)
- cn.t.common.mybatis.MybatisBaseServiceImpl<T,E,PK,M> (implements cn.t.common.mybatis.MybatisBaseService<T,E,PK,M>)
- cn.t.common.mybatis.keygenerator.RedisIdGenInterceptor (implements org.apache.ibatis.plugin.Interceptor)
- cn.t.common.mybatis.keygenerator.RedisKeyGenerator (implements org.apache.ibatis.executor.keygen.KeyGenerator)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- cn.t.common.mybatis.keygenerator.GenerateIdException
- cn.t.common.mybatis.keygenerator.UnSupportedDatabase
- java.lang.RuntimeException
- java.lang.Exception
接口分层结构
- cn.t.common.mybatis.BaseMapper<T,E,PK>
- cn.t.common.mybatis.MybatisBaseService<T,E,PK,M>