类分层结构
- java.lang.Object
- cn.schoolwow.quickdao.query.AbstractCompositQuery (implements cn.schoolwow.quickdao.query.CompositQuery)
- cn.schoolwow.quickdao.query.condition.AbstractCondition<T> (implements java.lang.Cloneable, cn.schoolwow.quickdao.query.condition.Condition<T>, java.io.Serializable)
- cn.schoolwow.quickdao.dao.AbstractDAOOperation (implements cn.schoolwow.quickdao.dao.DAOOperation)
- cn.schoolwow.quickdao.query.response.AbstractResponse<T> (implements cn.schoolwow.quickdao.query.response.Response<T>)
- cn.schoolwow.quickdao.builder.AbstractSQLBuilder (implements cn.schoolwow.quickdao.builder.SQLBuilder)
- cn.schoolwow.quickdao.dao.sql.AbstractSQLDAO (implements cn.schoolwow.quickdao.dao.sql.SQLDAO)
- cn.schoolwow.quickdao.dao.sql.ddl.AbstractDDLDAO (implements cn.schoolwow.quickdao.dao.sql.ddl.DDLDAO)
- cn.schoolwow.quickdao.dao.sql.dml.AbstractDMLDAO (implements cn.schoolwow.quickdao.dao.sql.dml.DMLDAO)
- cn.schoolwow.quickdao.dao.sql.dql.AbstractDQLDAO (implements cn.schoolwow.quickdao.dao.sql.dql.DQLDAO)
- cn.schoolwow.quickdao.query.subCondition.AbstractSubCondition<T,P> (implements java.io.Serializable, cn.schoolwow.quickdao.query.subCondition.SubCondition<T,P>)
- cn.schoolwow.quickdao.transaction.AbstractTransactionOperation (implements cn.schoolwow.quickdao.transaction.TransactionOperation)
- cn.schoolwow.quickdao.dao.DAOInvocationHandler (implements java.lang.reflect.InvocationHandler)
- cn.schoolwow.quickdao.handler.DefaultEntityHandler (implements cn.schoolwow.quickdao.handler.EntityHandler)
- cn.schoolwow.quickdao.handler.DefaultTableDefiner (implements cn.schoolwow.quickdao.handler.TableDefiner)
- cn.schoolwow.quickdao.handler.DefaultTablePropertyDefiner (implements cn.schoolwow.quickdao.handler.TablePropertyDefiner)
- cn.schoolwow.quickdao.domain.Entity (implements java.lang.Cloneable, java.io.Serializable)
- cn.schoolwow.quickdao.domain.FieldFragmentEntry (implements java.io.Serializable)
- cn.schoolwow.quickdao.domain.IndexField (implements java.lang.Cloneable, java.io.Serializable)
- cn.schoolwow.quickdao.query.condition.LambdaConditionInvocationHandler<T> (implements java.lang.reflect.InvocationHandler)
- cn.schoolwow.quickdao.query.subCondition.LambdaSubConditionInvocationHandler<T,P> (implements java.lang.reflect.InvocationHandler)
- cn.schoolwow.quickdao.util.LambdaUtils
- cn.schoolwow.quickdao.domain.PageVo<T> (implements java.io.Serializable)
- cn.schoolwow.quickdao.domain.Property (implements java.lang.Cloneable, java.io.Serializable)
- cn.schoolwow.quickdao.domain.Query (implements java.lang.Cloneable, java.io.Serializable)
- cn.schoolwow.quickdao.QuickDAO
- cn.schoolwow.quickdao.domain.QuickDAOConfig
- cn.schoolwow.quickdao.query.response.ResponseInvocationHandler (implements java.lang.reflect.InvocationHandler)
- cn.schoolwow.quickdao.domain.generator.SnowflakeIdGenerator (implements cn.schoolwow.quickdao.domain.generator.IDGenerator)
- cn.schoolwow.quickdao.domain.SubQuery<T,P> (implements java.io.Serializable)
- cn.schoolwow.quickdao.domain.ThreadLocalMap
- java.lang.Throwable (implements java.io.Serializable)
- cn.schoolwow.quickdao.transaction.TransactionInvocationHandler (implements java.lang.reflect.InvocationHandler)
接口分层结构
- cn.schoolwow.quickdao.domain.ColumnTypeMapping
- cn.schoolwow.quickdao.query.CompositQuery
- cn.schoolwow.quickdao.dao.DAO (并 extends cn.schoolwow.quickdao.dao.DAOOperation, cn.schoolwow.quickdao.dao.sql.ddl.DDLDAO, cn.schoolwow.quickdao.dao.sql.dml.DMLDAO, cn.schoolwow.quickdao.dao.sql.dql.DQLDAO, cn.schoolwow.quickdao.dao.sql.SQLDAO)
- cn.schoolwow.quickdao.transaction.Transaction (并 extends cn.schoolwow.quickdao.dao.sql.ddl.DDLDAO, cn.schoolwow.quickdao.dao.sql.dml.DMLDAO, cn.schoolwow.quickdao.transaction.TransactionOperation)
- cn.schoolwow.quickdao.dao.DAOOperation
- cn.schoolwow.quickdao.dao.DAO (并 extends cn.schoolwow.quickdao.query.CompositQuery, cn.schoolwow.quickdao.dao.sql.ddl.DDLDAO, cn.schoolwow.quickdao.dao.sql.dml.DMLDAO, cn.schoolwow.quickdao.dao.sql.dql.DQLDAO, cn.schoolwow.quickdao.dao.sql.SQLDAO)
- cn.schoolwow.quickdao.builder.ddl.DDLBuilder
- cn.schoolwow.quickdao.dao.sql.ddl.DDLDAO
- cn.schoolwow.quickdao.builder.dml.DMLBuilder
- cn.schoolwow.quickdao.dao.sql.dml.DMLDAO
- cn.schoolwow.quickdao.builder.dql.DQLBuilder
- cn.schoolwow.quickdao.dao.sql.dql.DQLDAO
- cn.schoolwow.quickdao.dao.DAO (并 extends cn.schoolwow.quickdao.query.CompositQuery, cn.schoolwow.quickdao.dao.DAOOperation, cn.schoolwow.quickdao.dao.sql.ddl.DDLDAO, cn.schoolwow.quickdao.dao.sql.dml.DMLDAO, cn.schoolwow.quickdao.dao.sql.SQLDAO)
- cn.schoolwow.quickdao.handler.EntityHandler
- java.util.function.Function<T,R>
- cn.schoolwow.quickdao.domain.generator.IDGenerator
- cn.schoolwow.quickdao.domain.Interceptor
- cn.schoolwow.quickdao.query.response.Response<T>
- java.io.Serializable
- cn.schoolwow.quickdao.builder.SQLBuilder
- cn.schoolwow.quickdao.dao.sql.SQLDAO
- cn.schoolwow.quickdao.dao.DAO (并 extends cn.schoolwow.quickdao.query.CompositQuery, cn.schoolwow.quickdao.dao.DAOOperation, cn.schoolwow.quickdao.dao.sql.ddl.DDLDAO, cn.schoolwow.quickdao.dao.sql.dml.DMLDAO, cn.schoolwow.quickdao.dao.sql.dql.DQLDAO)
- cn.schoolwow.quickdao.handler.TableDefiner
- cn.schoolwow.quickdao.handler.TablePropertyDefiner
- cn.schoolwow.quickdao.transaction.TransactionOperation
- cn.schoolwow.quickdao.transaction.Transaction (并 extends cn.schoolwow.quickdao.query.CompositQuery, cn.schoolwow.quickdao.dao.sql.ddl.DDLDAO, cn.schoolwow.quickdao.dao.sql.dml.DMLDAO)
注释类型分层结构
枚举分层结构
Copyright © 2021. All rights reserved.