所有程序包的分层结构
程序包分层结构:- tech.codingless.core.plugs.mybaties3,
- tech.codingless.core.plugs.mybaties3.annotation,
- tech.codingless.core.plugs.mybaties3.condition,
- tech.codingless.core.plugs.mybaties3.conf,
- tech.codingless.core.plugs.mybaties3.data,
- tech.codingless.core.plugs.mybaties3.enums,
- tech.codingless.core.plugs.mybaties3.helper,
- tech.codingless.core.plugs.mybaties3.strategy,
- tech.codingless.core.plugs.mybaties3.typehandler,
- tech.codingless.core.plugs.mybaties3.util
类分层结构
- java.lang.Object
- org.springframework.transaction.support.AbstractPlatformTransactionManager (implements org.springframework.transaction.PlatformTransactionManager, java.io.Serializable)
- tech.codingless.core.plugs.mybaties3.MyEmptyDataSourceTransactionManager (implements org.springframework.beans.factory.InitializingBean, org.springframework.transaction.support.ResourceTransactionManager)
- tech.codingless.core.plugs.mybaties3.helper.AutoCreateBatchHelper
- tech.codingless.core.plugs.mybaties3.helper.AutoDeleteBatchHelper
- tech.codingless.core.plugs.mybaties3.helper.AutoDeleteLogicalBatchHelper
- tech.codingless.core.plugs.mybaties3.helper.AutoFindByIdBatchHelper
- tech.codingless.core.plugs.mybaties3.helper.AutoFindByIdHelper
- tech.codingless.core.plugs.mybaties3.helper.AutoGetHelper
- tech.codingless.core.plugs.mybaties3.helper.AutoRollPageSelectSqlHelper
- tech.codingless.core.plugs.mybaties3.helper.AutoSelectByConditionSqlHelper
- tech.codingless.core.plugs.mybaties3.helper.AutoUpdateBatchHelper
- tech.codingless.core.plugs.mybaties3.helper.AutoUpdateHelper
- tech.codingless.core.plugs.mybaties3.data.BaseDO
- tech.codingless.core.plugs.mybaties3.util.BeanUtil
- tech.codingless.core.plugs.mybaties3.helper.ColumnHelper
- tech.codingless.core.plugs.mybaties3.conf.ColumnNameConstant
- tech.codingless.core.plugs.mybaties3.condition.ColumnSelector<T>
- tech.codingless.core.plugs.mybaties3.helper.CommonSQLHelper
- tech.codingless.core.plugs.mybaties3.helper.CommonSQLHelper.ExecuteSql
- tech.codingless.core.plugs.mybaties3.ConcurrentSqlCreatorLocker
- tech.codingless.core.plugs.mybaties3.condition.ConditionHelper
- tech.codingless.core.plugs.mybaties3.conf.DataBaseConf
- tech.codingless.core.plugs.mybaties3.util.DataEnvUtil
- tech.codingless.core.plugs.mybaties3.util.DataSessionEnv
- tech.codingless.core.plugs.mybaties3.DBBaseGenericServiceImpl<T> (implements tech.codingless.core.plugs.mybaties3.DBBaseGenericService<T>)
- tech.codingless.core.plugs.mybaties3.DBInitSpringListener (implements org.springframework.context.ApplicationListener<E>)
- tech.codingless.core.plugs.mybaties3.enums.DbNameConstant
- tech.codingless.core.plugs.mybaties3.GenericQueryDAOImpl<T> (implements tech.codingless.core.plugs.mybaties3.GenericQueryDao<T>)
- tech.codingless.core.plugs.mybaties3.GenericUpdateDAOImpl<T> (implements tech.codingless.core.plugs.mybaties3.GenericUpdateDao<T>)
- tech.codingless.core.plugs.mybaties3.util.HexUtil
- tech.codingless.core.plugs.mybaties3.util.LockerUtil
- tech.codingless.core.plugs.mybaties3.typehandler.MyBaseColumn
- tech.codingless.core.plugs.mybaties3.util.MybatiesAssertUtil
- tech.codingless.core.plugs.mybaties3.conf.MybatiesConfig
- tech.codingless.core.plugs.mybaties3.util.MybatiesDateUtil
- tech.codingless.core.plugs.mybaties3.MybatiesImportSelector
- tech.codingless.core.plugs.mybaties3.util.MybatiesMD5Util
- tech.codingless.core.plugs.mybaties3.MyBatiesServiceDefaultImpl (implements tech.codingless.core.plugs.mybaties3.MyBatiesService)
- tech.codingless.core.plugs.mybaties3.util.MybatiesStringUtil
- tech.codingless.core.plugs.mybaties3.MybatiesTestServiceImpl (implements tech.codingless.core.plugs.mybaties3.MybatiesTestService)
- tech.codingless.core.plugs.mybaties3.helper.MyTableColumnParser
- tech.codingless.core.plugs.mybaties3.helper.MyTableColumnParser.ColumnProp
- tech.codingless.core.plugs.mybaties3.helper.MyTableNameUtil
- tech.codingless.core.plugs.mybaties3.helper.MyTypeHanderRegistHelper
- tech.codingless.core.plugs.mybaties3.data.PageRollResult<T>
- tech.codingless.core.plugs.mybaties3.helper.PrepareParameterHelper
- tech.codingless.core.plugs.mybaties3.condition.QueryCondition (implements tech.codingless.core.plugs.mybaties3.condition.BaseQueryWrapper)
- tech.codingless.core.plugs.mybaties3.condition.QueryConditionWrapper<T> (implements tech.codingless.core.plugs.mybaties3.condition.BaseQueryWrapper)
- tech.codingless.core.plugs.mybaties3.condition.QueryConditionWrapperParser
- tech.codingless.core.plugs.mybaties3.QueryService.Parameter
- tech.codingless.core.plugs.mybaties3.QueryServiceImpl (implements tech.codingless.core.plugs.mybaties3.QueryService)
- java.util.concurrent.locks.ReentrantLock (implements java.util.concurrent.locks.Lock, java.io.Serializable)
- tech.codingless.core.plugs.mybaties3.util.LockerUtil.Locker
- tech.codingless.core.plugs.mybaties3.util.ReflectionUtil
- tech.codingless.core.plugs.mybaties3.data.RowCount
- tech.codingless.core.plugs.mybaties3.SqlmapLoaderFactoryImpl (implements tech.codingless.core.plugs.mybaties3.SqlmapLoaderFactory)
- tech.codingless.core.plugs.mybaties3.SqlMapperServiceImpl (implements tech.codingless.core.plugs.mybaties3.SqlMapperService)
- tech.codingless.core.plugs.mybaties3.TableAutoCreateServiceMysqlImpl (implements tech.codingless.core.plugs.mybaties3.TableAutoCreateService)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- tech.codingless.core.plugs.mybaties3.MybatiesException
- java.lang.RuntimeException
- java.lang.Exception
- org.apache.ibatis.type.TypeReference<T>
- org.apache.ibatis.type.BaseTypeHandler<T> (implements org.apache.ibatis.type.TypeHandler<T>)
- tech.codingless.core.plugs.mybaties3.typehandler.MyBaseTypeHander<T>
- org.apache.ibatis.type.BaseTypeHandler<T> (implements org.apache.ibatis.type.TypeHandler<T>)
- tech.codingless.core.plugs.mybaties3.data.UpdateObject
- tech.codingless.core.plugs.mybaties3.helper.UpdateSkipNullBatchAppendHelper
- tech.codingless.core.plugs.mybaties3.util.XmlMapperUtil
- org.springframework.transaction.support.AbstractPlatformTransactionManager (implements org.springframework.transaction.PlatformTransactionManager, java.io.Serializable)
接口分层结构
- tech.codingless.core.plugs.mybaties3.condition.BaseQueryWrapper
- tech.codingless.core.plugs.mybaties3.strategy.DataSourceCreator
- tech.codingless.core.plugs.mybaties3.DBBaseGenericService<T>
- java.util.function.Function<T,R>
- tech.codingless.core.plugs.mybaties3.SerializableFunction<T,R> (并 extends java.io.Serializable)
- tech.codingless.core.plugs.mybaties3.GenericQueryDao<T>
- tech.codingless.core.plugs.mybaties3.GenericUpdateDao<T>
- tech.codingless.core.plugs.mybaties3.strategy.IdCreator
- tech.codingless.core.plugs.mybaties3.MybatiesDataSourceFactory
- tech.codingless.core.plugs.mybaties3.MyBatiesService
- tech.codingless.core.plugs.mybaties3.MybatiesTestService
- tech.codingless.core.plugs.mybaties3.QueryService
- java.io.Serializable
- tech.codingless.core.plugs.mybaties3.SerializableFunction<T,R> (并 extends java.util.function.Function<T,R>)
- tech.codingless.core.plugs.mybaties3.SqlLoader
- tech.codingless.core.plugs.mybaties3.SqlmapLoaderFactory
- tech.codingless.core.plugs.mybaties3.SqlMapperService
- tech.codingless.core.plugs.mybaties3.TableAutoCreateService
注释类型分层结构
- tech.codingless.core.plugs.mybaties3.annotation.EnableCodinglessMybaties (implements java.lang.annotation.Annotation)
- tech.codingless.core.plugs.mybaties3.annotation.MyColumn (implements java.lang.annotation.Annotation)
- tech.codingless.core.plugs.mybaties3.annotation.MyComment (implements java.lang.annotation.Annotation)
- tech.codingless.core.plugs.mybaties3.annotation.MyTable (implements java.lang.annotation.Annotation)
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- tech.codingless.core.plugs.mybaties3.enums.DataEnvEnums
- tech.codingless.core.plugs.mybaties3.annotation.OrderTypeEnum
- tech.codingless.core.plugs.mybaties3.condition.QueryConditionEnums
- tech.codingless.core.plugs.mybaties3.condition.QueryConditionRelEnums
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)