类分层结构
- java.lang.Object
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- org.hswebframework.web.crud.events.expr.AbstractSqlExpressionInvoker (implements org.hswebframework.web.crud.events.SqlExpressionInvoker)
- org.hswebframework.web.crud.configuration.AutoDDLProcessor (implements org.springframework.beans.factory.InitializingBean)
- org.hswebframework.web.crud.web.CommonErrorControllerAdvice
- org.hswebframework.web.crud.web.CommonWebFluxConfiguration
- org.hswebframework.web.crud.web.CommonWebMvcConfiguration
- org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
- org.hswebframework.web.crud.configuration.CompositeEntityTableMetadataResolver (implements org.hswebframework.web.crud.configuration.EntityTableMetadataResolver)
- org.hswebframework.web.crud.events.CompositeEventListener (implements org.hswebframework.ezorm.rdb.events.EventListener)
- org.hswebframework.web.crud.events.CreatorEventListener (implements org.hswebframework.ezorm.rdb.events.EventListener, org.springframework.core.Ordered)
- org.hswebframework.web.crud.generator.CurrentTimeGenerator (implements org.hswebframework.ezorm.core.DefaultValueGenerator<E>)
- org.hswebframework.web.event.DefaultAsyncEvent (implements org.hswebframework.web.event.AsyncEvent)
- org.hswebframework.web.crud.events.DefaultEntityEventListenerConfigure (implements org.hswebframework.web.crud.events.EntityEventListenerConfigure)
- org.hswebframework.web.crud.configuration.DefaultEntityResultWrapperFactory (implements org.hswebframework.web.crud.configuration.EntityResultWrapperFactory)
- org.hswebframework.web.crud.generator.DefaultIdGenerator (implements org.hswebframework.ezorm.core.DefaultValueGenerator<E>)
- org.hswebframework.web.crud.query.DefaultQueryHelper (implements org.hswebframework.web.crud.query.QueryHelper)
- org.hswebframework.web.crud.configuration.EasyormConfiguration
- org.hswebframework.web.crud.configuration.EasyormConfiguration.EntityTableMetadataParserConfiguration
- org.hswebframework.web.crud.configuration.EasyormProperties
- org.hswebframework.web.crud.configuration.EasyormRepositoryRegistrar (implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
- org.hswebframework.web.crud.events.EntityEventHelper
- org.hswebframework.web.crud.events.EntityEventListener (implements org.hswebframework.ezorm.rdb.events.EventListener, org.springframework.core.Ordered)
- org.hswebframework.web.crud.configuration.EntityInfo
- java.util.EventObject (implements java.io.Serializable)
- org.springframework.context.ApplicationEvent
- org.hswebframework.web.crud.service.GenericCrudService<E,K> (implements org.hswebframework.web.crud.service.CrudService<E,K>)
- org.hswebframework.web.crud.service.GenericReactiveCacheSupportCrudService<E,K> (implements org.hswebframework.web.crud.service.EnableCacheReactiveCrudService<E,K>)
- org.hswebframework.web.crud.service.GenericReactiveCrudService<E,K> (implements org.hswebframework.web.crud.service.ReactiveCrudService<E,K>)
- org.hswebframework.web.crud.service.GenericReactiveTreeSupportCrudService<E,K> (implements org.hswebframework.web.crud.service.ReactiveTreeSortEntityService<E,K>)
- org.hswebframework.web.crud.service.GenericTreeSupportCrudService<E,K> (implements org.hswebframework.web.crud.service.TreeSortEntityService<E,K>)
- org.springframework.web.reactive.result.HandlerResultHandlerSupport (implements org.springframework.core.Ordered)
- org.springframework.web.reactive.result.method.annotation.AbstractMessageWriterResultHandler
- org.springframework.web.reactive.result.method.annotation.ResponseBodyResultHandler (implements org.springframework.web.reactive.HandlerResultHandler)
- org.hswebframework.ezorm.rdb.executor.jdbc.JdbcSqlExecutor
- org.hswebframework.ezorm.rdb.executor.jdbc.JdbcReactiveSqlExecutor (implements org.hswebframework.ezorm.rdb.executor.reactive.ReactiveSqlExecutor)
- org.hswebframework.ezorm.rdb.executor.jdbc.JdbcSyncSqlExecutor (implements org.hswebframework.ezorm.rdb.executor.SyncSqlExecutor)
- org.hswebframework.web.crud.configuration.JdbcSqlExecutorConfiguration
- org.hswebframework.web.crud.entity.factory.MapperEntityFactory (implements org.hswebframework.web.bean.BeanFactory, org.hswebframework.web.api.crud.entity.EntityFactory)
- org.hswebframework.web.crud.entity.factory.MapperEntityFactory.Mapper<T>
- org.hswebframework.web.crud.generator.MD5Generator (implements org.hswebframework.ezorm.core.DefaultValueGenerator<E>)
- org.hswebframework.web.crud.query.QueryAnalyzer.Column
- org.hswebframework.web.crud.query.QueryAnalyzer.Join
- org.hswebframework.web.crud.query.QueryAnalyzer.Select
- org.hswebframework.web.crud.query.QueryAnalyzer.Table
- org.hswebframework.web.crud.query.QueryHelperUtils
- org.hswebframework.web.crud.web.R2dbcErrorControllerAdvice
- org.hswebframework.ezorm.rdb.executor.reactive.r2dbc.R2dbcReactiveSqlExecutor (implements org.hswebframework.ezorm.rdb.executor.reactive.ReactiveSqlExecutor)
- org.hswebframework.web.crud.configuration.R2dbcSqlExecutorConfiguration
- org.hswebframework.web.crud.configuration.ReactiveRepositoryFactoryBean<E,PK> (implements org.springframework.beans.factory.FactoryBean<T>)
- org.hswebframework.web.crud.web.ResponseMessage<T> (implements java.io.Serializable)
- org.hswebframework.web.crud.web.ResponseMessageWrapperAdvice (implements org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice<T>)
- org.hswebframework.web.crud.generator.SnowFlakeStringIdGenerator (implements org.hswebframework.ezorm.core.DefaultValueGenerator<E>)
- org.hswebframework.web.crud.configuration.SyncRepositoryFactoryBean<E,PK> (implements org.springframework.beans.factory.FactoryBean<T>)
- org.hswebframework.web.crud.utils.TransactionUtils
- org.hswebframework.web.crud.events.ValidateEventListener (implements org.hswebframework.ezorm.rdb.events.EventListener, org.springframework.core.Ordered)
接口分层结构
- java.util.function.BiConsumer<T,U>
- org.hswebframework.web.crud.service.CrudService<E,K>
- org.hswebframework.web.crud.web.DeleteController<E,K>
- org.hswebframework.web.crud.events.EntityEventListenerConfigure
- org.hswebframework.web.crud.events.EntityEventListenerCustomizer
- org.hswebframework.web.crud.entity.factory.EntityMappingCustomizer
- org.hswebframework.web.crud.configuration.EntityResultWrapperFactory
- org.hswebframework.web.crud.configuration.EntityTableMetadataResolver
- java.util.function.Function<T,R>
- org.hswebframework.web.crud.generator.Generators
- org.hswebframework.web.crud.query.JoinOnSpec<Self>
- org.hswebframework.web.crud.query.JoinConditionalSpec<C> (并 extends org.hswebframework.ezorm.core.Conditional<T>)
- org.hswebframework.web.crud.query.JoinNestConditionalSpec<C> (并 extends org.hswebframework.ezorm.core.NestConditional<T>)
- org.hswebframework.web.crud.entity.factory.PropertyCopier<S,T>
- org.hswebframework.web.crud.query.QueryAnalyzer
- org.hswebframework.web.crud.web.QueryController<E,K>
- org.hswebframework.web.crud.query.QueryHelper
- org.hswebframework.web.crud.query.QueryHelper.ColumnMapperSpec<R,Self>
- org.hswebframework.web.crud.query.QueryHelper.ExecuteSpec<R>
- org.hswebframework.web.crud.query.QueryHelper.SelectSpec<R>
- org.hswebframework.web.crud.service.ReactiveCrudService<E,K>
- org.hswebframework.web.crud.web.reactive.ReactiveDeleteController<E,K>
- org.hswebframework.web.crud.web.reactive.ReactiveQueryController<E,K>
- org.hswebframework.web.crud.web.reactive.ReactiveSaveController<E,K>
- org.hswebframework.web.crud.web.reactive.ReactiveServiceDeleteController<E,K>
- org.hswebframework.web.crud.web.reactive.ReactiveServiceQueryController<E,K>
- org.hswebframework.web.crud.web.reactive.ReactiveServiceSaveController<E,K>
- org.hswebframework.web.crud.web.reactive.ReactiveTreeServiceQueryController<E,K>
- org.hswebframework.web.crud.web.SaveController<E,K>
- java.io.Serializable
- org.hswebframework.web.crud.web.ServiceDeleteController<E,K>
- org.hswebframework.web.crud.web.ServiceQueryController<E,K>
- org.hswebframework.web.crud.web.ServiceSaveController<E,K>
- org.hswebframework.web.crud.events.SqlExpressionInvoker
- org.hswebframework.web.crud.configuration.TableMetadataCustomizer
- org.hswebframework.ezorm.core.TermTypeConditionalSupport
- org.hswebframework.ezorm.core.Conditional<T> (并 extends org.hswebframework.ezorm.core.LogicalOperation<T>)
- org.hswebframework.web.crud.query.JoinConditionalSpec<C> (并 extends org.hswebframework.ezorm.core.Conditional<T>, org.hswebframework.web.crud.query.JoinOnSpec<Self>)
- org.hswebframework.web.crud.query.JoinNestConditionalSpec<C> (并 extends org.hswebframework.web.crud.query.JoinOnSpec<Self>, org.hswebframework.ezorm.core.NestConditional<T>)
- org.hswebframework.ezorm.core.LogicalOperation<T>
- org.hswebframework.ezorm.core.Conditional<T> (并 extends org.hswebframework.ezorm.core.TermTypeConditionalSupport)
- org.hswebframework.web.crud.query.JoinConditionalSpec<C> (并 extends org.hswebframework.ezorm.core.Conditional<T>, org.hswebframework.web.crud.query.JoinOnSpec<Self>)
- org.hswebframework.web.crud.query.JoinNestConditionalSpec<C> (并 extends org.hswebframework.web.crud.query.JoinOnSpec<Self>, org.hswebframework.ezorm.core.NestConditional<T>)
- org.hswebframework.ezorm.core.NestConditional<T> (并 extends org.hswebframework.ezorm.core.TermTypeConditionalSupport)
- org.hswebframework.ezorm.core.NestConditional<T> (并 extends org.hswebframework.ezorm.core.LogicalOperation<T>)
注释类型分层结构
枚举分层结构
Copyright © 2016–2023. All rights reserved.