您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
所有程序包的分层结构
程序包分层结构:
cn.schoolwow.quickdao
,
cn.schoolwow.quickdao.annotation
,
cn.schoolwow.quickdao.dao
,
cn.schoolwow.quickdao.dao.dcl
,
cn.schoolwow.quickdao.dao.ddl
,
cn.schoolwow.quickdao.dao.dml
,
cn.schoolwow.quickdao.dao.dql
,
cn.schoolwow.quickdao.dao.dql.condition
,
cn.schoolwow.quickdao.dao.dql.response
,
cn.schoolwow.quickdao.dao.dql.subCondition
,
cn.schoolwow.quickdao.dao.operation
,
cn.schoolwow.quickdao.dao.query
,
cn.schoolwow.quickdao.dao.sql
,
cn.schoolwow.quickdao.dao.transaction
,
cn.schoolwow.quickdao.domain.external
,
cn.schoolwow.quickdao.domain.external.dcl
,
cn.schoolwow.quickdao.domain.external.dml
,
cn.schoolwow.quickdao.domain.external.dql
,
cn.schoolwow.quickdao.domain.external.entity
,
cn.schoolwow.quickdao.domain.external.generator
,
cn.schoolwow.quickdao.domain.external.util
,
cn.schoolwow.quickdao.domain.internal
,
cn.schoolwow.quickdao.domain.internal.common
,
cn.schoolwow.quickdao.domain.internal.config
,
cn.schoolwow.quickdao.domain.internal.dml
,
cn.schoolwow.quickdao.domain.internal.dql.common
,
cn.schoolwow.quickdao.domain.internal.dql.query
,
cn.schoolwow.quickdao.domain.internal.dql.response
,
cn.schoolwow.quickdao.domain.internal.dql.subquery
,
cn.schoolwow.quickdao.entity
,
cn.schoolwow.quickdao.exception
,
cn.schoolwow.quickdao.flow.common
,
cn.schoolwow.quickdao.flow.dcl
,
cn.schoolwow.quickdao.flow.ddl.common
,
cn.schoolwow.quickdao.flow.ddl.createTable
,
cn.schoolwow.quickdao.flow.ddl.createTable.common
,
cn.schoolwow.quickdao.flow.ddl.has
,
cn.schoolwow.quickdao.flow.ddl.has.common
,
cn.schoolwow.quickdao.flow.ddl.index
,
cn.schoolwow.quickdao.flow.ddl.property
,
cn.schoolwow.quickdao.flow.ddl.table
,
cn.schoolwow.quickdao.flow.dml.common
,
cn.schoolwow.quickdao.flow.dml.instance.common
,
cn.schoolwow.quickdao.flow.dml.instance.common.filter
,
cn.schoolwow.quickdao.flow.dml.instance.delete
,
cn.schoolwow.quickdao.flow.dml.instance.delete.common
,
cn.schoolwow.quickdao.flow.dml.instance.insert
,
cn.schoolwow.quickdao.flow.dml.instance.insert.common
,
cn.schoolwow.quickdao.flow.dml.instance.insert.get
,
cn.schoolwow.quickdao.flow.dml.instance.save
,
cn.schoolwow.quickdao.flow.dml.instance.update
,
cn.schoolwow.quickdao.flow.dml.instance.update.common
,
cn.schoolwow.quickdao.flow.dml.json.common
,
cn.schoolwow.quickdao.flow.dml.json.common.check
,
cn.schoolwow.quickdao.flow.dml.json.common.filter
,
cn.schoolwow.quickdao.flow.dml.json.delete
,
cn.schoolwow.quickdao.flow.dml.json.delete.common
,
cn.schoolwow.quickdao.flow.dml.json.insert
,
cn.schoolwow.quickdao.flow.dml.json.insert.common
,
cn.schoolwow.quickdao.flow.dml.json.insert.get
,
cn.schoolwow.quickdao.flow.dml.json.save
,
cn.schoolwow.quickdao.flow.dml.json.update
,
cn.schoolwow.quickdao.flow.dml.json.update.common
,
cn.schoolwow.quickdao.flow.dql.condition.common
,
cn.schoolwow.quickdao.flow.dql.condition.get
,
cn.schoolwow.quickdao.flow.dql.condition.set
,
cn.schoolwow.quickdao.flow.dql.condition.update
,
cn.schoolwow.quickdao.flow.dql.exist
,
cn.schoolwow.quickdao.flow.dql.exist.common
,
cn.schoolwow.quickdao.flow.dql.fetch
,
cn.schoolwow.quickdao.flow.dql.response
,
cn.schoolwow.quickdao.flow.dql.response.common
,
cn.schoolwow.quickdao.flow.entity
,
cn.schoolwow.quickdao.flow.entity.annotation
,
cn.schoolwow.quickdao.flow.entity.common
,
cn.schoolwow.quickdao.flow.entity.scan
,
cn.schoolwow.quickdao.flow.executor
,
cn.schoolwow.quickdao.flow.executor.common
,
cn.schoolwow.quickdao.flow.handler
,
cn.schoolwow.quickdao.flow.initial
,
cn.schoolwow.quickdao.flow.upgrade
,
cn.schoolwow.quickdao.provider
,
cn.schoolwow.quickdao.util
类分层结构
java.lang.
Object
org.springframework.transaction.support.AbstractPlatformTransactionManager (implements org.springframework.transaction.PlatformTransactionManager, java.io.
Serializable
)
cn.schoolwow.quickdao.dao.transaction.
QuickDAOPlatformTransactionManager
cn.schoolwow.quickdao.flow.initial.
AfterAutomaticCreateFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.property.
AlterTableColumnFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.initial.
AutomaticCreateColumnFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.initial.
AutomaticCreateTableFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.initial.
AutomaticDeleteTableAndPropertyFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.initial.
AutomaticUpdatePropertyFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.table.
BackupTableFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.initial.
BeforeAutomaticCreateFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.condition.common.
BeforeExecuteConditionFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.executor.common.
BeforeExecuteFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.createTable.common.
BuildForeignKeyFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.createTable.common.
BuildIndexFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.entity.annotation.
CheckCompositePropertyFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.common.
CheckFieldConstraintFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.common.
CheckInstanceUniqueKeyFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.createTable.common.
CheckOpenForeignKeyFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.common.
CheckReasonInstanceMapFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.common.check.
CheckUniqueFieldNameFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.initial.
CompareAndCreateColumnFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.dao.dql.condition.
ConditionImpl
<T> (implements java.lang.
Cloneable
, cn.schoolwow.quickdao.dao.dql.condition.
Condition
<T>, java.io.
Serializable
)
cn.schoolwow.quickdao.flow.ddl.table.
CreateForeignKeyFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.index.
CreateIndexFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.property.
CreateTableColumnFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.createTable.
CreateTableFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dcl.
CreateUserAndGrantFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dcl.
CreateUserFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.dao.
DAOInvocationHandler
(implements java.lang.reflect.
InvocationHandler
)
cn.schoolwow.quickdao.dao.operation.
DAOOperationImpl
(implements cn.schoolwow.quickdao.dao.operation.
DAOOperation
)
cn.schoolwow.quickdao.
DAOUtils
cn.schoolwow.quickdao.domain.internal.config.
DatabaseContext
cn.schoolwow.quickdao.dao.sql.
DatabaseDAOImpl
(implements cn.schoolwow.quickdao.dao.sql.
DatabaseDAO
)
cn.schoolwow.quickdao.dao.dcl.
DatabaseControlImpl
(implements cn.schoolwow.quickdao.dao.dcl.
DatabaseControl
)
cn.schoolwow.quickdao.dao.ddl.
DatabaseDefinitionImpl
(implements cn.schoolwow.quickdao.dao.ddl.
DatabaseDefinition
)
cn.schoolwow.quickdao.dao.dml.
DatabaseManipulationImpl
(implements cn.schoolwow.quickdao.dao.dml.
DatabaseManipulation
)
cn.schoolwow.quickdao.dao.dql.
DatabaseQueryImpl
(implements cn.schoolwow.quickdao.dao.dql.
DatabaseQuery
)
cn.schoolwow.quickdao.dao.query.
QueryOperationImpl
(implements cn.schoolwow.quickdao.dao.query.
QueryOperation
)
cn.schoolwow.quickdao.domain.internal.config.
DatabaseOption
cn.schoolwow.quickdao.domain.external.entity.
DatabaseUpgrade
cn.schoolwow.quickdao.flow.upgrade.
DatabaseUpgradeFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.domain.external.dcl.
DataBaseUser
cn.schoolwow.quickdao.flow.dml.instance.delete.common.
DeleteByMultipleUniqueKeyFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.delete.common.
DeleteBySingleUniqueFieldFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.delete.common.
DeleteBySingleUniqueKeyFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.common.
DeleteDatabaseEntityCacheFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.response.
DeleteFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.delete.
DeleteInstanceFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.delete.
DeleteInstanceArrayFlow
cn.schoolwow.quickdao.flow.dml.json.delete.
DeleteJSONArrayFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.delete.
DeleteJSONObjectFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dcl.
DeleteUserFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.insert.get.
DistinguishExistInstanceFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.insert.get.
DistinguishExistJSONArrayFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.index.
DropIndexFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.property.
DropTableColumnFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.table.
DropTableFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.table.
EnableForeignConstraintCheckFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.domain.external.
Entity
(implements java.lang.
Cloneable
, java.io.
Serializable
)
cn.schoolwow.quickdao.domain.internal.config.
EntityOption
cn.schoolwow.quickdao.flow.executor.
ExecuteBatchUpdateConnectionFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.response.common.
ExecuteConditionStatementFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.createTable.common.
ExecuteCreateTableFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.executor.common.
ExecuteFailFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.insert.common.
ExecuteInsertJSONObjectFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.executor.
ExecuteQueryConnectionFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.executor.
ExecuteUpdateConnectionFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.fetch.
FetchListFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.fetch.
FetchNullFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.common.filter.
FilterInstanceByConstraintFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.common.filter.
FilterInstanceBySameUniqueKeyFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.common.filter.
FilterJSONArrayByConstraintFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.common.filter.
FilterJSONArrayBySameUniqueFieldFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dcl.
FlushPrivilegesFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.domain.external.util.
GenerateEntityFileOption
cn.schoolwow.quickdao.flow.common.
GetAndCacheStatementFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.response.
GetArrayFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.common.
GetAutoIncrementStatementFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.exist.common.
GetCountByIdFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.exist.common.
GetCountBySingleKeyFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.insert.get.
GetCountByUniqueFieldFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.exist.common.
GetCountByUniqueKeyFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.response.
GetCountFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.entity.common.
GetEntityAllFieldsFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.table.
GetEntityFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.index.
GetEntityIndexFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.index.
GetEntityIndexListFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.table.
GetEntityListFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.property.
GetEntityPropertyFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.property.
GetEntityPropertyListFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.common.
GetEscapeCheckFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.condition.get.
GetFromConditionStatement
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.exist.
GetInstanceCountFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.exist.
GetInstancesCountFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.response.
GetListFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.entity.annotation.
GetPropertyAnnotationFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.property.
GetPropertyFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.response.common.
GetResultSetArrayFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.response.
GetSingleColumnListFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.insert.get.
GetSingleColumnValueListFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.index.
GetSingleEntityIndexFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.insert.get.
GetSinglePropertyValueListFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.table.
GetTableNameListFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.insert.get.
GetUniqueFieldValueListFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.insert.get.
GetUniqueKeyValueListFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dcl.
GetUserNameListFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dcl.
GrantFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.domain.external.dcl.
GrantOption
cn.schoolwow.quickdao.provider.
H2DatabaseProvider
(implements cn.schoolwow.quickdao.provider.
DatabaseProvider
)
cn.schoolwow.quickdao.flow.ddl.has.
HasConstraintFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.has.
HasIndexFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.has.
HasTableColumnFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.has.
HasTableFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.domain.external.
IndexField
(implements java.lang.
Cloneable
, java.io.
Serializable
)
cn.schoolwow.quickdao.flow.dml.instance.insert.
InsertIgnoreInstanceArrayFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.insert.
InsertIgnoreInstanceFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.insert.
InsertIgnoreJSONArrayFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.insert.
InsertIgnoreJSONObjectFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.insert.
InsertInstanceArrayFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.insert.
InsertInstanceFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.insert.
InsertJSONArrayFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.insert.
InsertJSONObjectFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.executor.common.
InsertSqlLogFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.dao.dql.condition.
LambdaConditionInvocationHandler
<T> (implements java.lang.reflect.
InvocationHandler
)
cn.schoolwow.quickdao.dao.dql.subCondition.
LambdaSubConditionInvocationHandler
<T,P> (implements java.lang.reflect.
InvocationHandler
)
cn.schoolwow.quickdao.util.
LambdaUtils
cn.schoolwow.quickdao.flow.initial.
LogRecordFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.domain.internal.config.
LogRecordOption
cn.schoolwow.quickdao.domain.internal.dml.
ManipulationOption
cn.schoolwow.quickdao.flow.dcl.
ModifyPasswordFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.createTable.
MysqlCreateTableFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.provider.
MySQLDatabaseProvider
(implements cn.schoolwow.quickdao.provider.
DatabaseProvider
)
cn.schoolwow.quickdao.provider.
MariaDBDatabaseProvider
cn.schoolwow.quickdao.flow.ddl.createTable.
OracleCreateTableFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.provider.
OracleDatabaseProvider
(implements cn.schoolwow.quickdao.provider.
DatabaseProvider
)
cn.schoolwow.quickdao.domain.external.
PageVo
<T> (implements java.io.
Serializable
)
cn.schoolwow.quickdao.util.
ParametersUtil
cn.schoolwow.quickdao.flow.ddl.createTable.
PostgresCreateTableFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.provider.
PostgresDatabaseProvider
(implements cn.schoolwow.quickdao.provider.
DatabaseProvider
)
cn.schoolwow.quickdao.domain.external.
PropertyOption
cn.schoolwow.quickdao.domain.external.
Property
(implements java.lang.
Cloneable
, java.io.
Serializable
)
cn.schoolwow.quickdao.domain.internal.dql.query.
QueryColumnOption
(implements java.io.
Serializable
)
cn.schoolwow.quickdao.domain.internal.dql.common.
QueryContext
cn.schoolwow.quickdao.domain.internal.dql.query.
QueryFragmentOption
(implements java.io.
Serializable
)
cn.schoolwow.quickdao.domain.internal.dql.query.
QueryOption
(implements java.io.
Serializable
)
cn.schoolwow.quickdao.domain.internal.dql.query.
QueryPagingOption
(implements java.io.
Serializable
)
cn.schoolwow.quickdao.domain.internal.dql.query.
QueryTableOption
(implements java.io.
Serializable
)
cn.schoolwow.quickdao.domain.internal.dql.query.
QueryUpdateOption
(implements java.io.
Serializable
)
cn.schoolwow.quickdao.
QuickDAO
cn.schoolwow.quickdao.domain.external.
QuickDAOConfig
cn.schoolwow.quickdao.flow.handler.
QuickDAOTryCatchFinallyHandler
(implements cn.schoolwow.quickflow.listener.TryCatchFinallyHandler)
cn.schoolwow.quickdao.flow.ddl.property.
RenameTableColumnFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.table.
RenameTableFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.dao.dql.response.
ResponseImpl
<T> (implements cn.schoolwow.quickdao.dao.dql.response.
Response
<T>)
cn.schoolwow.quickdao.domain.internal.dql.response.
ResponseOption
(implements java.io.
Serializable
)
cn.schoolwow.quickdao.flow.dcl.
RevokeFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.save.
SaveInstanceArrayFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.save.
SaveInstanceFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.save.
SaveJSONArrayFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.save.
SaveJSONObjectFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.entity.scan.
ScanEntityClassFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.entity.scan.
ScanPackageClassFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.entity.annotation.
ScanPropertyAnnotationFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.entity.annotation.
ScanTableAnnotationFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.common.
SetColumnNameListFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.response.common.
SetConditionParameterFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.response.common.
SetConditionStatementFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.delete.common.
SetDeleteJSONObjectParameterFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.delete.common.
SetDeleteJSONObjectStatementFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.entity.
SetEntityMapFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.condition.set.
SetFromTableFragmentFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.common.
SetGenerateKeysFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.ddl.has.common.
SetHasResultSetFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.insert.common.
SetInsertInstanceParameterFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.insert.common.
SetInsertInstanceStatementFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.insert.common.
SetInsertJSONObjectParameterFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.insert.common.
SetInsertJSONObjectStatementFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.common.
SetInstanceEntityFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.common.
SetInstanceStatementFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.condition.set.
SetJoinTableFragmentFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.condition.common.
SetJoinTableIndexFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.common.
SetJSONObjectEntityFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.executor.common.
SetPrepareStatementParameterFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.condition.set.
SetQueryColumnListFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.condition.set.
SetQueryFragmentFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dql.condition.update.
SetUpdateFragmentFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.update.common.
SetUpdateInstanceByIdParameterFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.update.common.
SetUpdateInstanceByIdStatementFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.update.common.
SetUpdateInstanceByUniqueKeyParameterFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.update.common.
SetUpdateInstanceByUniqueKeyStatementFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.update.common.
SetUpdateJSONObjectParameterFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.update.common.
SetUpdateJSONObjectStatementFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.entity.common.
ShouldIgnoreClassFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.domain.external.generator.
SnowflakeIdGenerator
(implements cn.schoolwow.quickdao.domain.external.generator.
IDGenerator
)
cn.schoolwow.quickdao.domain.internal.dql.common.
SQLFragmentEntry
(implements java.io.
Serializable
)
cn.schoolwow.quickdao.flow.ddl.createTable.
SQLiteCreateTableFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.provider.
SQLiteDatabaseProvider
(implements cn.schoolwow.quickdao.provider.
DatabaseProvider
)
cn.schoolwow.quickdao.domain.external.entity.
SqlLog
cn.schoolwow.quickdao.flow.ddl.createTable.
SQLServerCreateTableFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.provider.
SQLServerDatabaseProvider
(implements cn.schoolwow.quickdao.provider.
DatabaseProvider
)
cn.schoolwow.quickdao.util.
StringUtil
cn.schoolwow.quickdao.dao.dql.subCondition.
SubConditionImpl
<T,P> (implements java.io.
Serializable
, cn.schoolwow.quickdao.dao.dql.subCondition.
SubCondition
<T,P>)
cn.schoolwow.quickdao.domain.internal.dql.subquery.
SubQueryColumnOption
(implements java.io.
Serializable
)
cn.schoolwow.quickdao.domain.internal.dql.subquery.
SubQueryFragmentOption
(implements java.io.
Serializable
)
cn.schoolwow.quickdao.domain.internal.dql.subquery.
SubQueryJoinTableOption
(implements java.io.
Serializable
)
cn.schoolwow.quickdao.domain.internal.dql.subquery.
SubQueryOption
(implements java.io.
Serializable
)
cn.schoolwow.quickdao.domain.internal.dql.subquery.
SubQueryTableOption
(implements java.io.
Serializable
)
cn.schoolwow.quickdao.domain.external.util.
SynchronizeTableStructureOption
cn.schoolwow.quickdao.entity.
TableDefinerImpl
(implements cn.schoolwow.quickdao.entity.
TableDefiner
)
cn.schoolwow.quickdao.entity.
TablePropertyDefinerImpl
(implements cn.schoolwow.quickdao.entity.
TablePropertyDefiner
)
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.lang.
RuntimeException
cn.schoolwow.quickdao.exception.
SQLRuntimeException
cn.schoolwow.quickdao.dao.transaction.
TransactionInvocationHandler
(implements java.lang.reflect.
InvocationHandler
)
cn.schoolwow.quickdao.dao.transaction.
TransactionOperationImpl
(implements cn.schoolwow.quickdao.dao.transaction.
TransactionOperation
)
cn.schoolwow.quickdao.flow.dql.response.
UpdateFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.update.
UpdateInstanceArrayFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.instance.update.
UpdateInstanceFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.update.
UpdateJSONArrayFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.dml.json.update.
UpdateJSONObjectFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.flow.executor.common.
UpdateLogFlow
(implements cn.schoolwow.quickflow.flow.BusinessFlow)
cn.schoolwow.quickdao.domain.internal.config.
UpgradeOption
接口分层结构
java.lang.
AutoCloseable
java.io.
Closeable
cn.schoolwow.quickdao.dao.transaction.
Transaction
(并 extends cn.schoolwow.quickdao.dao.dml.
DatabaseManipulation
, cn.schoolwow.quickdao.dao.query.
QueryOperation
, cn.schoolwow.quickdao.dao.transaction.
TransactionOperation
)
cn.schoolwow.quickdao.dao.transaction.
TransactionOperation
cn.schoolwow.quickdao.dao.transaction.
Transaction
(并 extends cn.schoolwow.quickdao.dao.dml.
DatabaseManipulation
, cn.schoolwow.quickdao.dao.query.
QueryOperation
)
cn.schoolwow.quickdao.dao.transaction.
Transaction
(并 extends cn.schoolwow.quickdao.dao.dml.
DatabaseManipulation
, cn.schoolwow.quickdao.dao.query.
QueryOperation
, cn.schoolwow.quickdao.dao.transaction.
TransactionOperation
)
cn.schoolwow.quickdao.dao.transaction.
TransactionOperation
cn.schoolwow.quickdao.dao.transaction.
Transaction
(并 extends cn.schoolwow.quickdao.dao.dml.
DatabaseManipulation
, cn.schoolwow.quickdao.dao.query.
QueryOperation
)
cn.schoolwow.quickdao.dao.operation.
DAOOperation
cn.schoolwow.quickdao.dao.
DAO
(并 extends cn.schoolwow.quickdao.dao.dcl.
DatabaseControl
, cn.schoolwow.quickdao.dao.ddl.
DatabaseDefinition
, cn.schoolwow.quickdao.dao.dml.
DatabaseManipulation
, cn.schoolwow.quickdao.dao.dql.
DatabaseQuery
, cn.schoolwow.quickdao.dao.query.
QueryOperation
)
cn.schoolwow.quickdao.dao.dcl.
DatabaseControl
cn.schoolwow.quickdao.dao.
DAO
(并 extends cn.schoolwow.quickdao.dao.operation.
DAOOperation
, cn.schoolwow.quickdao.dao.ddl.
DatabaseDefinition
, cn.schoolwow.quickdao.dao.dml.
DatabaseManipulation
, cn.schoolwow.quickdao.dao.dql.
DatabaseQuery
, cn.schoolwow.quickdao.dao.query.
QueryOperation
)
cn.schoolwow.quickdao.dao.sql.
DatabaseDAO
cn.schoolwow.quickdao.dao.
DAO
(并 extends cn.schoolwow.quickdao.dao.operation.
DAOOperation
, cn.schoolwow.quickdao.dao.dcl.
DatabaseControl
, cn.schoolwow.quickdao.dao.ddl.
DatabaseDefinition
, cn.schoolwow.quickdao.dao.dml.
DatabaseManipulation
, cn.schoolwow.quickdao.dao.dql.
DatabaseQuery
, cn.schoolwow.quickdao.dao.query.
QueryOperation
)
cn.schoolwow.quickdao.dao.dml.
DatabaseManipulation
cn.schoolwow.quickdao.dao.
DAO
(并 extends cn.schoolwow.quickdao.dao.operation.
DAOOperation
, cn.schoolwow.quickdao.dao.dcl.
DatabaseControl
, cn.schoolwow.quickdao.dao.ddl.
DatabaseDefinition
, cn.schoolwow.quickdao.dao.dql.
DatabaseQuery
, cn.schoolwow.quickdao.dao.query.
QueryOperation
)
cn.schoolwow.quickdao.dao.transaction.
Transaction
(并 extends cn.schoolwow.quickdao.dao.query.
QueryOperation
, cn.schoolwow.quickdao.dao.transaction.
TransactionOperation
)
cn.schoolwow.quickdao.dao.transaction.
Transaction
(并 extends cn.schoolwow.quickdao.dao.dml.
DatabaseManipulation
, cn.schoolwow.quickdao.dao.query.
QueryOperation
, cn.schoolwow.quickdao.dao.transaction.
TransactionOperation
)
cn.schoolwow.quickdao.dao.ddl.
DatabaseDefinition
cn.schoolwow.quickdao.dao.
DAO
(并 extends cn.schoolwow.quickdao.dao.operation.
DAOOperation
, cn.schoolwow.quickdao.dao.dcl.
DatabaseControl
, cn.schoolwow.quickdao.dao.dml.
DatabaseManipulation
, cn.schoolwow.quickdao.dao.dql.
DatabaseQuery
, cn.schoolwow.quickdao.dao.query.
QueryOperation
)
cn.schoolwow.quickdao.provider.
DatabaseProvider
cn.schoolwow.quickdao.dao.dql.
DatabaseQuery
cn.schoolwow.quickdao.dao.
DAO
(并 extends cn.schoolwow.quickdao.dao.operation.
DAOOperation
, cn.schoolwow.quickdao.dao.dcl.
DatabaseControl
, cn.schoolwow.quickdao.dao.ddl.
DatabaseDefinition
, cn.schoolwow.quickdao.dao.dml.
DatabaseManipulation
, cn.schoolwow.quickdao.dao.query.
QueryOperation
)
cn.schoolwow.quickdao.domain.external.entity.
EntityListener
java.util.function.
Function
<T,R>
cn.schoolwow.quickdao.domain.internal.dql.common.
SFunction
<T,R> (并 extends java.io.
Serializable
)
cn.schoolwow.quickdao.domain.internal.dml.
GetBatchParametersSupplier
cn.schoolwow.quickdao.domain.internal.common.
GetStatementSupplier
cn.schoolwow.quickdao.domain.external.generator.
IDGenerator
cn.schoolwow.quickdao.domain.external.
PagingHandler
<T>
cn.schoolwow.quickdao.domain.external.dql.
QueryColumnTypeMapping
cn.schoolwow.quickdao.dao.query.
QueryOperation
cn.schoolwow.quickdao.dao.
DAO
(并 extends cn.schoolwow.quickdao.dao.operation.
DAOOperation
, cn.schoolwow.quickdao.dao.dcl.
DatabaseControl
, cn.schoolwow.quickdao.dao.ddl.
DatabaseDefinition
, cn.schoolwow.quickdao.dao.dml.
DatabaseManipulation
, cn.schoolwow.quickdao.dao.dql.
DatabaseQuery
)
cn.schoolwow.quickdao.dao.transaction.
Transaction
(并 extends cn.schoolwow.quickdao.dao.dml.
DatabaseManipulation
, cn.schoolwow.quickdao.dao.transaction.
TransactionOperation
)
cn.schoolwow.quickdao.dao.dql.response.
Response
<T>
cn.schoolwow.quickdao.domain.internal.common.
ResultSetConsumer
java.io.
Serializable
cn.schoolwow.quickdao.dao.dql.condition.
Condition
<T>
cn.schoolwow.quickdao.dao.dql.condition.
LambdaCondition
<T>
cn.schoolwow.quickdao.dao.dql.subCondition.
LambdaSubCondition
<T,P>
cn.schoolwow.quickdao.domain.internal.dql.common.
SFunction
<T,R> (并 extends java.util.function.
Function
<T,R>)
cn.schoolwow.quickdao.dao.dql.subCondition.
SubCondition
<T,P>
cn.schoolwow.quickdao.entity.
TableDefiner
cn.schoolwow.quickdao.entity.
TablePropertyDefiner
注释类型分层结构
cn.schoolwow.quickdao.annotation.
UniqueField
(implements java.lang.annotation.
Annotation
)
cn.schoolwow.quickdao.annotation.
TableName
(implements java.lang.annotation.
Annotation
)
cn.schoolwow.quickdao.annotation.
TableField
(implements java.lang.annotation.
Annotation
)
cn.schoolwow.quickdao.annotation.
Indexes
(implements java.lang.annotation.
Annotation
)
cn.schoolwow.quickdao.annotation.
Index
(implements java.lang.annotation.
Annotation
)
cn.schoolwow.quickdao.annotation.
Ignore
(implements java.lang.annotation.
Annotation
)
cn.schoolwow.quickdao.annotation.
Id
(implements java.lang.annotation.
Annotation
)
cn.schoolwow.quickdao.annotation.
ForeignKey
(implements java.lang.annotation.
Annotation
)
cn.schoolwow.quickdao.annotation.
Constraint
(implements java.lang.annotation.
Annotation
)
cn.schoolwow.quickdao.annotation.
CompositeIndexes
(implements java.lang.annotation.
Annotation
)
cn.schoolwow.quickdao.annotation.
CompositeIndex
(implements java.lang.annotation.
Annotation
)
cn.schoolwow.quickdao.annotation.
Comment
(implements java.lang.annotation.
Annotation
)
cn.schoolwow.quickdao.annotation.
ColumnType
(implements java.lang.annotation.
Annotation
)
cn.schoolwow.quickdao.annotation.
ColumnName
(implements java.lang.annotation.
Annotation
)
枚举分层结构
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
cn.schoolwow.quickdao.annotation.
IndexType
cn.schoolwow.quickdao.annotation.
IdStrategy
cn.schoolwow.quickdao.annotation.
ForeignKeyOption
cn.schoolwow.quickdao.domain.external.dml.
CheckStrategy
cn.schoolwow.quickdao.domain.external.
UpdateType
cn.schoolwow.quickdao.domain.internal.
DatabaseType
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2024. All rights reserved.