所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- xyz.xiezc.ioc.starter.orm.util.Assert
- org.apache.ibatis.builder.BaseBuilder
- xyz.xiezc.ioc.starter.orm.xml.XMLMapperBuilder
- xyz.xiezc.ioc.starter.orm.util.ClassUtils
- xyz.xiezc.ioc.starter.orm.common.example.Criterion
- xyz.xiezc.ioc.starter.orm.xml.DocumentMapperDefine
- xyz.xiezc.ioc.starter.orm.util.DocumentUtil
- xyz.xiezc.ioc.starter.orm.xml.EntityTableDefine
- xyz.xiezc.ioc.starter.orm.xml.EntityTableDefine.ColumnProp
- xyz.xiezc.ioc.starter.orm.common.example.Example
- xyz.xiezc.ioc.starter.orm.util.ExceptionUtils
- xyz.xiezc.ioc.starter.orm.common.example.GeneratedCriteria
- xyz.xiezc.ioc.starter.orm.common.example.Criteria
- xyz.xiezc.ioc.starter.orm.lambda.LambdaTest
- xyz.xiezc.ioc.starter.orm.lambda.LambdaUtils
- org.apache.ibatis.transaction.managed.ManagedTransactionFactory (implements org.apache.ibatis.transaction.TransactionFactory)
- xyz.xiezc.ioc.starter.orm.common.YaoManagedTransactionFactory (implements org.apache.ibatis.transaction.TransactionFactory)
- xyz.xiezc.ioc.starter.orm.xml.MapperDefine
- xyz.xiezc.ioc.starter.orm.MybatisAutoConfiguration (implements xyz.xiezc.ioc.system.event.ApplicationListener)
- xyz.xiezc.ioc.starter.orm.MybatisProperties
- xyz.xiezc.ioc.starter.orm.bean.SqlSessionFactoryBean (implements xyz.xiezc.ioc.system.common.definition.FactoryBean<T>)
- xyz.xiezc.ioc.starter.orm.util.StringUtil
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- xyz.xiezc.ioc.starter.orm.common.YaoMybatisException
- java.lang.RuntimeException
- java.lang.Exception
- org.apache.ibatis.io.VFS
- xyz.xiezc.ioc.starter.orm.common.SpringBootVFS
接口分层结构
- xyz.xiezc.ioc.starter.orm.common.BaseMapper<Model>
- java.util.function.Function<T,R>
- xyz.xiezc.ioc.starter.orm.lambda.SFunction<T,R> (并 extends java.io.Serializable)
- java.io.Serializable
注释类型分层结构
- xyz.xiezc.ioc.starter.orm.annotation.Column (implements java.lang.annotation.Annotation)
- xyz.xiezc.ioc.starter.orm.annotation.Id (implements java.lang.annotation.Annotation)
- xyz.xiezc.ioc.starter.orm.annotation.MapperScan (implements java.lang.annotation.Annotation)
- xyz.xiezc.ioc.starter.orm.annotation.Table (implements java.lang.annotation.Annotation)