所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- cool.scx.dao.impl.AnnotationConfigColumnInfo (implements cool.scx.sql.mapping.ColumnInfo)
- cool.scx.dao.impl.OldMySQLDaoColumnInfo
- cool.scx.dao.impl.AnnotationConfigTableInfo (implements cool.scx.sql.mapping.TableInfo<T>)
- cool.scx.dao.ColumnInfoFilter<E>
- cool.scx.dao.SelectFilter
- cool.scx.dao.UpdateFilter
- cool.scx.dao.ColumnNameParser
- cool.scx.dao.spy.wrapper.ConnectionWrapper (implements java.sql.Connection)
- cool.scx.dao.spy.wrapper.DataSourceWrapper (implements javax.sql.DataSource)
- cool.scx.dao.group_by.GroupBy
- cool.scx.dao.impl.MySQLDao<Entity> (implements cool.scx.dao.BaseDao<Entity,
ID>) - cool.scx.dao.impl.MySQLXDao<Entity> (implements cool.scx.dao.BaseDao<Entity,
ID>) - cool.scx.dao.impl.MySQLXDaoColumnInfo (implements cool.scx.sql.mapping.ColumnInfo)
- cool.scx.dao.impl.MySQLXDaoTableInfo (implements cool.scx.sql.mapping.TableInfo<T>)
- cool.scx.dao.impl.OldMySQLDao<Entity> (implements cool.scx.dao.BaseDao<Entity,
ID>) - cool.scx.dao.impl.OldMySQLTableInfo (implements cool.scx.sql.mapping.TableInfo<T>)
- cool.scx.dao.order_by.OrderBy
- cool.scx.dao.pagination.Pagination
- cool.scx.dao.Query
- java.lang.Record
- cool.scx.dao.ColumnNameParser.ColumnNameAndFieldPath
- cool.scx.dao.where.WhereBody
- cool.scx.dao.where.WhereParamsAndWhereClauses
- cool.scx.dao.schema.SchemaVerifyResult
- cool.scx.dao.spy.event.SimpleJdbcEventListener (implements cool.scx.dao.spy.SpyEventListener)
- cool.scx.dao.spy.event.LoggingEventListener
- cool.scx.dao.spy.Spy
- cool.scx.dao.spy.SpyDriver (implements java.sql.Driver)
- cool.scx.dao.SQLBuilder
- cool.scx.dao.schema.SQLHelper
- cool.scx.dao.spy.wrapper.StatementWrapper (implements java.sql.Statement)
- cool.scx.dao.spy.wrapper.PreparedStatementWrapper (implements java.sql.PreparedStatement)
- cool.scx.dao.spy.wrapper.CallableStatementWrapper (implements java.sql.CallableStatement)
- cool.scx.dao.spy.wrapper.PreparedStatementWrapper (implements java.sql.PreparedStatement)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- java.lang.IllegalArgumentException
- cool.scx.dao.where.exception.ValidParamListIsEmptyException
- cool.scx.dao.where.exception.WrongWhereTypeParamSizeException
- java.lang.IllegalArgumentException
- java.lang.RuntimeException
- java.lang.Exception
- cool.scx.dao.where.Where
- cool.scx.dao.impl.AnnotationConfigColumnInfo (implements cool.scx.sql.mapping.ColumnInfo)
接口分层结构
- cool.scx.dao.BaseDao<Entity,
ID> - cool.scx.dao.spy.SpyEventListener
Annotation Interface Hierarchy
- cool.scx.dao.annotation.Column (implements java.lang.annotation.Annotation)
- cool.scx.dao.annotation.NoColumn (implements java.lang.annotation.Annotation)
- cool.scx.dao.annotation.Table (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- cool.scx.dao.ColumnInfoFilter.FilterMode
- cool.scx.dao.group_by.GroupByOption
- cool.scx.dao.order_by.OrderByOption
- cool.scx.dao.order_by.OrderByType
- cool.scx.dao.where.WhereOption
- cool.scx.dao.where.WhereType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)