类分层结构
- java.lang.Object
- org.springframework.jdbc.datasource.AbstractDataSource (implements javax.sql.DataSource)
- org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource (implements org.springframework.beans.factory.InitializingBean)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource (implements org.springframework.jdbc.core.namedparam.SqlParameterSource)
- org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
- com.hecloud.runtime.database.core.state.AbstractStateMachine<T>
- com.hecloud.runtime.database.core.BasicDao (implements org.springframework.beans.factory.InitializingBean)
- com.hecloud.runtime.database.engine.BatchEngine
- com.hecloud.runtime.database.builder.BatchInsertSQLBuilder (implements com.hecloud.runtime.database.builder.BatchSQLBuilder)
- com.hecloud.runtime.database.builder.BatchUpdateSQLBuilder (implements com.hecloud.runtime.database.builder.BatchSQLBuilder)
- com.hecloud.runtime.database.convertor.BeanConverter
- com.hecloud.runtime.database.emuns.ColumnField
- com.hecloud.runtime.database.utils.Command
- com.hecloud.runtime.database.utils.Condition
- com.hecloud.runtime.database.utils.Conditions
- com.hecloud.runtime.database.datasource.DataSourceAspect
- com.hecloud.runtime.database.builder.DeleteBuilder
- com.hecloud.runtime.database.builder.EntityBuilder
- com.hecloud.runtime.database.convertor.EntityConvertor<T>
- com.hecloud.runtime.database.convertor.EntityProcessor
- com.hecloud.runtime.database.entity.Generic
- com.hecloud.runtime.database.builder.InBuilder
- com.hecloud.runtime.database.validator.InjectionAssert
- com.hecloud.runtime.database.engine.JdbcEngine<T> (implements com.hecloud.runtime.database.engine.DataEngine<T>)
- com.hecloud.runtime.database.core.intf.impl.JdbcGenericDao<T,Pk> (implements com.hecloud.runtime.database.core.intf.GenericDao<T,Pk>, org.springframework.beans.factory.InitializingBean)
- com.hecloud.runtime.database.builder.LikeBuilder
- com.hecloud.runtime.database.utils.Orders
- com.hecloud.runtime.database.builder.ParamBuilder
- com.hecloud.runtime.database.builder.QueryBuilder
- com.hecloud.runtime.database.builder.SelectBuilder
- com.hecloud.runtime.database.builder.SQLBuilder
- com.hecloud.runtime.database.exception.SqlBuildException
- com.hecloud.runtime.database.cache.SqlCache
- com.hecloud.runtime.database.task.SQLExecuteTask (implements java.util.concurrent.Callable<V>)
- com.hecloud.runtime.database.builder.UpdateAction
- com.hecloud.runtime.database.builder.UpdateBuilder
接口分层结构
注释类型分层结构
- com.hecloud.runtime.database.annotation.Table (implements java.lang.annotation.Annotation)
- com.hecloud.runtime.database.annotation.PrimaryKey (implements java.lang.annotation.Annotation)
- com.hecloud.runtime.database.annotation.Ignore (implements java.lang.annotation.Annotation)
- com.hecloud.runtime.database.annotation.Column (implements java.lang.annotation.Annotation)
- com.hecloud.runtime.database.datasource.DataSourceSwitch (implements java.lang.annotation.Annotation)
枚举分层结构
Copyright © 2019. All rights reserved.