所有程序包的分层结构
程序包分层结构:- com.magician.jdbc,
- com.magician.jdbc.core.constant.enums,
- com.magician.jdbc.core.transaction,
- com.magician.jdbc.core.util,
- com.magician.jdbc.helper,
- com.magician.jdbc.helper.manager,
- com.magician.jdbc.helper.templete,
- com.magician.jdbc.helper.templete.base,
- com.magician.jdbc.helper.templete.model,
- com.magician.jdbc.sqlbuild,
- com.magician.jdbc.sqlbuild.sql
类分层结构
- java.lang.Object
- com.magician.jdbc.helper.templete.base.BaseJdbcTemplate
- com.magician.jdbc.helper.templete.JdbcTemplate
- com.magician.jdbc.helper.templete.base.BaseSelect
- com.magician.jdbc.sqlbuild.BaseSqlBuilder
- com.magician.jdbc.helper.manager.ConnectionManager
- com.magician.jdbc.helper.manager.DataSourceManager
- com.magician.jdbc.helper.DBHelper
- com.magician.jdbc.helper.templete.JdbcPage
- com.magician.jdbc.helper.templete.JdbcSelect
- com.magician.jdbc.helper.templete.JdbcUpdate
- com.magician.jdbc.core.util.JSONUtil
- com.magician.jdbc.MagicianJDBC
- com.magician.jdbc.MagicianJDBCConfig
- com.magician.jdbc.helper.templete.model.PageModel<T> (implements java.io.Serializable)
- com.magician.jdbc.helper.templete.model.PageParamModel
- com.magician.jdbc.sqlbuild.SqlBuilder
- com.magician.jdbc.helper.templete.model.SqlBuilderModel
- com.magician.jdbc.core.util.StringUtil
- com.magician.jdbc.core.util.ThreadUtil
- com.magician.jdbc.core.transaction.TransactionManager
- com.magician.jdbc.helper.templete.base.BaseJdbcTemplate
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- com.magician.jdbc.core.constant.enums.TractionLevel
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)