跳过导航链接
A B C D E F G H I J L M N O P Q R S T U V W 

A

AbstractSqlExpressionInvoker - org.hswebframework.web.crud.events.expr中的类
 
AbstractSqlExpressionInvoker() - 类 的构造器org.hswebframework.web.crud.events.expr.AbstractSqlExpressionInvoker
 
add(Flux<E>) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveSaveController
批量新增

以类注解@RequestMapping("/api/test")为例: POST /api/test/_batch Content-Type: application/json [ { "name":"value" } ]
add(Mono<E>) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveSaveController
新增单个数据,并返回新增后的数据.
add(Flux<E>) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveServiceSaveController
批量新增

以类注解@RequestMapping("/api/test")为例: POST /api/test/_batch Content-Type: application/json [ { "name":"value" } ]
add(Mono<E>) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveServiceSaveController
新增单个数据,并返回新增后的数据.
add(List<E>) - 接口 中的方法org.hswebframework.web.crud.web.SaveController
 
add(E) - 接口 中的方法org.hswebframework.web.crud.web.SaveController
 
add(List<E>) - 接口 中的方法org.hswebframework.web.crud.web.ServiceSaveController
 
add(E) - 接口 中的方法org.hswebframework.web.crud.web.ServiceSaveController
 
addCopier(PropertyCopier<S, T>) - 类 中的方法org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
addCopier(Class<S>, Class<T>, PropertyCopier<S, T>) - 类 中的方法org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
addListener(EventListener) - 类 中的方法org.hswebframework.web.crud.events.CompositeEventListener
 
addMapping(Class<T>, Supplier<? extends T>) - 类 中的方法org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
addMapping(Class<T>, MapperEntityFactory.Mapper<? extends T>) - 类 中的方法org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
addMappingIfAbsent(Class<T>, Supplier<? extends T>) - 类 中的方法org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
addMappingIfAbsent(Class<T>, MapperEntityFactory.Mapper<? extends T>) - 类 中的方法org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
addParser(EntityTableMetadataParser) - 类 中的方法org.hswebframework.web.crud.configuration.CompositeEntityTableMetadataResolver
 
afterPropertiesSet() - 类 中的方法org.hswebframework.web.crud.configuration.AutoDDLProcessor
 
alias(StaticMethodReferenceColumn<T>) - 接口 中的方法org.hswebframework.web.crud.query.JoinConditionalSpec
使用方法引用定义join表别名。
alias(String) - 接口 中的方法org.hswebframework.web.crud.query.JoinConditionalSpec
定义join表别名,在后续列转换和条件中可以使用别名进行引用。
all - 枚举 中的静态变量org.hswebframework.web.crud.events.EntityEventPhase
 
all(Class<?>) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.ColumnMapperSpec
查询指定类型对应的表的全部字段.
all(Class<?>, QueryHelper.Setter<R, V>) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.ColumnMapperSpec
查询指定类型对应的表的全部字段并映射到结果类型的一个字段中.
all(String) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.ColumnMapperSpec
查询指定表的全部字段.
all(String, QueryHelper.Setter<R, V>) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.ColumnMapperSpec
查询指定类型对应的表的全部字段并映射到结果类型的一个字段中.
analysis(String) - 类 中的方法org.hswebframework.web.crud.query.DefaultQueryHelper
 
analysis(String) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper
基于SQL创建分析器
applyAuthentication(E, Authentication) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveSaveController
尝试设置登陆用户信息到实体中
applyAuthentication(E, Authentication) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveServiceSaveController
 
applyAuthentication(E, Authentication) - 接口 中的方法org.hswebframework.web.crud.web.SaveController
 
applyAuthentication(E, Authentication) - 接口 中的方法org.hswebframework.web.crud.web.ServiceSaveController
 
applyColumn(StaticMethodReferenceColumn<T>, String, StaticMethodReferenceColumn<T2>) - 接口 中的方法org.hswebframework.web.crud.query.JoinOnSpec
设置 join on 字段关联条件 // join on t.age > d.max_age applyColumn(MyEntity::getAge,"gt",Detail::getMaxAge)
applyColumn(StaticMethodReferenceColumn<T>, String, String, StaticMethodReferenceColumn<T2>) - 接口 中的方法org.hswebframework.web.crud.query.JoinOnSpec
设置 join on 字段关联条件 // join detail d on d.age > d2.max_age applyColumn(Detail::getAge,"gt","d2",Detail::getMaxAge)
applyCreationEntity(Authentication, E) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveSaveController
 
applyCreationEntity(Authentication, E) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveServiceSaveController
 
applyCreationEntity(Authentication, E) - 接口 中的方法org.hswebframework.web.crud.web.SaveController
 
applyCreationEntity(Authentication, E) - 接口 中的方法org.hswebframework.web.crud.web.ServiceSaveController
 
applyCreator(Authentication, EventContext, Object, boolean) - 类 中的方法org.hswebframework.web.crud.events.CreatorEventListener
 
applyCreator(Authentication, EventContext, Collection<?>, boolean) - 类 中的方法org.hswebframework.web.crud.events.CreatorEventListener
 
applyModifierEntity(Authentication, E) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveSaveController
 
applyModifierEntity(Authentication, E) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveServiceSaveController
 
applyModifierEntity(Authentication, E) - 接口 中的方法org.hswebframework.web.crud.web.SaveController
 
applyModifierEntity(Authentication, E) - 接口 中的方法org.hswebframework.web.crud.web.ServiceSaveController
 
applyTreeProperty(E) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
applyTreeProperty(E) - 接口 中的方法org.hswebframework.web.crud.service.TreeSortEntityService
 
as(QueryHelper.Getter<S, V>, QueryHelper.Setter<R, V>) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.ColumnMapperSpec
指定查询的列名,以及映射到结果类型的字段.
as(QueryHelper.Getter<S, V>, String) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.ColumnMapperSpec
指定查询的列名,以及映射到结果类型的字段.
as(String, QueryHelper.Setter<R, V>) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.ColumnMapperSpec
指定查询的列名,以及映射到结果类型的字段.
as(String, String) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.ColumnMapperSpec
指定查询的列名,以及映射到结果类型的字段.
AutoDDLProcessor - org.hswebframework.web.crud.configuration中的类
 
AutoDDLProcessor() - 类 的构造器org.hswebframework.web.crud.configuration.AutoDDLProcessor
 
autoRegisterFeature(RDBDatabaseMetadata) - 类 中的方法org.hswebframework.web.crud.configuration.EasyormConfiguration
 

B

beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - 类 中的方法org.hswebframework.web.crud.web.ResponseMessageWrapperAdvice
 
bind(Statement, int, Object) - 类 中的方法org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
bindNull(Statement, int, Class) - 类 中的方法org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 

C

cache - 类 中的变量org.hswebframework.web.crud.service.GenericReactiveCacheSupportCrudService
 
checkCyclicDependency(K, E) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
checkCyclicDependency(K, E) - 接口 中的方法org.hswebframework.web.crud.service.TreeSortEntityService
 
checkParentId(Collection<E>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
coalesce(Object...) - 类 中的方法org.hswebframework.web.crud.events.expr.SpelSqlExpressionInvoker.SqlFunctions
 
Column() - 类 的构造器org.hswebframework.web.crud.query.QueryAnalyzer.Column
 
columnIsExpression(String, int) - 接口 中的方法org.hswebframework.web.crud.query.QueryAnalyzer
判断查询的列是否为表达式,如使用了函数: sum(num) as num
combineOneToMany(Flux<T>, QueryHelper.Getter<T, ID>, ReactiveQuery<R>, QueryHelper.Getter<R, ID>, QueryHelper.Setter<T, List<R>>) - 接口 中的静态方法org.hswebframework.web.crud.query.QueryHelper
一对多数据组合,通常用于进行一对多的数据查询.
combineOneToMany(Flux<T>, QueryHelper.Getter<T, ID>, Function<Set<ID>, Flux<R>>, QueryHelper.Getter<R, ID>, QueryHelper.Setter<T, List<R>>) - 接口 中的静态方法org.hswebframework.web.crud.query.QueryHelper
一对多数据组合,通常用于进行一对多的数据查询.
CommonErrorControllerAdvice - org.hswebframework.web.crud.web中的类
统一错误处理
CommonErrorControllerAdvice() - 类 的构造器org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
commonErrorControllerAdvice() - 类 中的方法org.hswebframework.web.crud.web.CommonWebFluxConfiguration
 
commonErrorControllerAdvice() - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcConfiguration
 
CommonWebFluxConfiguration - org.hswebframework.web.crud.web中的类
 
CommonWebFluxConfiguration() - 类 的构造器org.hswebframework.web.crud.web.CommonWebFluxConfiguration
 
CommonWebMvcConfiguration - org.hswebframework.web.crud.web中的类
 
CommonWebMvcConfiguration() - 类 的构造器org.hswebframework.web.crud.web.CommonWebMvcConfiguration
 
CommonWebMvcErrorControllerAdvice - org.hswebframework.web.crud.web中的类
 
CommonWebMvcErrorControllerAdvice() - 类 的构造器org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
compile(String) - 类 中的方法org.hswebframework.web.crud.events.expr.AbstractSqlExpressionInvoker
 
compile(String) - 类 中的方法org.hswebframework.web.crud.events.expr.SpelSqlExpressionInvoker
 
CompositeEntityTableMetadataResolver - org.hswebframework.web.crud.configuration中的类
 
CompositeEntityTableMetadataResolver() - 类 的构造器org.hswebframework.web.crud.configuration.CompositeEntityTableMetadataResolver
 
CompositeEventListener - org.hswebframework.web.crud.events中的类
 
CompositeEventListener() - 类 的构造器org.hswebframework.web.crud.events.CompositeEventListener
 
concat(Object...) - 类 中的方法org.hswebframework.web.crud.events.expr.SpelSqlExpressionInvoker.SqlFunctions
 
convertRequest(SqlRequest) - 类 中的方法org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
copyProperties(S, T) - 类 中的方法org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
copyProperties(S, T) - 接口 中的方法org.hswebframework.web.crud.entity.factory.PropertyCopier
 
count() - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.ExecuteSpec
执行count查询
count(QueryParam) - 接口 中的方法org.hswebframework.web.crud.service.CrudService
 
count(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
count(Mono<? extends QueryParamEntity>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
count(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.web.QueryController
统计查询 GET /_count
count(Mono<QueryParamEntity>) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveQueryController
 
count(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveQueryController
统计查询 GET /_count
count(Mono<QueryParamEntity>) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveServiceQueryController
POST方式动态查询数量.
count(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveServiceQueryController
GET方式动态查询数量.
count(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.web.ServiceQueryController
统计查询 GET /_count
createAfterData(List<Object>, EventContext) - 类 中的方法org.hswebframework.web.crud.events.EntityEventListener
 
createArguments(Map<String, Object>) - 类 中的方法org.hswebframework.web.crud.events.expr.SpelSqlExpressionInvoker
 
createDatabaseMetadata() - 类 中的方法org.hswebframework.web.crud.configuration.EasyormProperties
 
createDelete() - 接口 中的方法org.hswebframework.web.crud.service.CrudService
 
createDelete() - 接口 中的方法org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
createDelete() - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
创建一个DSL动态删除接口,可使用DSL方式进行链式调用来构造动态删除条件.例如: Mono<Integer> result = service .createDelete() .where(MyEntity::getName,name) .in(MyEntity::getState,state1,state2) .execute()
createDialect() - 类 中的方法org.hswebframework.web.crud.configuration.EasyormProperties
 
createFullMapping(Object, EntityColumnMapping) - 类 中的方法org.hswebframework.web.crud.events.EntityEventListener
 
createMapper(Class<T>) - 类 中的方法org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
createQuery() - 接口 中的方法org.hswebframework.web.crud.service.CrudService
 
createQuery() - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
创建一个DSL的动态查询接口,可使用DSL方式进行链式调用来构造动态查询条件.例如: Flux<MyEntity> flux = service .createQuery() .where(MyEntity::getName,name) .in(MyEntity::getState,state1,state2) .fetch()
createRootNodePredicate(TreeSupportEntity.TreeHelper<E, K>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
createRootNodePredicate(TreeSupportEntity.TreeHelper<E, K>) - 接口 中的方法org.hswebframework.web.crud.service.TreeSortEntityService
 
createSchema(String) - 类 中的方法org.hswebframework.web.crud.configuration.EasyormProperties
 
createSchema(String) - 枚举 中的方法org.hswebframework.web.crud.configuration.EasyormProperties.DialectEnum
 
createUpdate() - 接口 中的方法org.hswebframework.web.crud.service.CrudService
 
createUpdate() - 接口 中的方法org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
createUpdate() - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
创建一个DSL动态更新接口,可使用DSL方式进行链式调用来构造动态更新条件.例如: Mono<Integer> result = service .createUpdate() .set(entity::getState) .where(MyEntity::getName,name) .in(MyEntity::getState,state1,state2) .execute()
creatorEventListener() - 类 中的方法org.hswebframework.web.crud.configuration.EasyormConfiguration
 
CreatorEventListener - org.hswebframework.web.crud.events中的类
自动填充创建人和修改人信息
CreatorEventListener() - 类 的构造器org.hswebframework.web.crud.events.CreatorEventListener
 
CrudController<E,K> - org.hswebframework.web.crud.web中的接口
 
CrudService<E,K> - org.hswebframework.web.crud.service中的接口
 
CURRENT_TIME - 接口 中的静态变量org.hswebframework.web.crud.generator.Generators
 
currentTimeGenerator() - 类 中的方法org.hswebframework.web.crud.configuration.EasyormConfiguration
 
CurrentTimeGenerator - org.hswebframework.web.crud.generator中的类
 
CurrentTimeGenerator() - 类 的构造器org.hswebframework.web.crud.generator.CurrentTimeGenerator
 
custom(MapperEntityFactory) - 接口 中的方法org.hswebframework.web.crud.entity.factory.EntityMappingCustomizer
 
customColumn(Class<?>, PropertyDescriptor, Field, Set<Annotation>, RDBColumnMetadata) - 接口 中的方法org.hswebframework.web.crud.configuration.TableMetadataCustomizer
自定义列,在列被解析后调用.
customize(EntityEventListenerConfigure) - 接口 中的方法org.hswebframework.web.crud.events.EntityEventListenerCustomizer
执行自定义
customTable(Class<?>, RDBTableMetadata) - 接口 中的方法org.hswebframework.web.crud.configuration.TableMetadataCustomizer
自定义表,在实体类被解析完成后调用.

D

databaseMetadata(Optional<SyncSqlExecutor>, Optional<ReactiveSqlExecutor>) - 类 中的方法org.hswebframework.web.crud.configuration.EasyormConfiguration
 
databaseOperator(RDBDatabaseMetadata) - 类 中的方法org.hswebframework.web.crud.configuration.EasyormConfiguration
 
DDL - org.hswebframework.web.crud.annotation中的注释类型
 
DEFAULT_ID_GENERATOR - 接口 中的静态变量org.hswebframework.web.crud.generator.Generators
 
DefaultEntityEventListenerConfigure - org.hswebframework.web.crud.events中的类
 
DefaultEntityEventListenerConfigure() - 类 的构造器org.hswebframework.web.crud.events.DefaultEntityEventListenerConfigure
 
DefaultEntityResultWrapperFactory - org.hswebframework.web.crud.configuration中的类
 
DefaultEntityResultWrapperFactory() - 类 的构造器org.hswebframework.web.crud.configuration.DefaultEntityResultWrapperFactory
 
defaultEntityResultWrapperFactory(EntityManager) - 类 中的方法org.hswebframework.web.crud.configuration.EasyormConfiguration.EntityTableMetadataParserConfiguration
 
defaultIdGenerator() - 类 中的方法org.hswebframework.web.crud.configuration.EasyormConfiguration
 
DefaultIdGenerator - org.hswebframework.web.crud.generator中的类
 
DefaultIdGenerator() - 类 的构造器org.hswebframework.web.crud.generator.DefaultIdGenerator
 
defaultInstanceGetter(Class<T>) - 类 中的静态方法org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
DefaultJdbcExecutor - org.hswebframework.web.crud.sql中的类
 
DefaultJdbcExecutor() - 类 的构造器org.hswebframework.web.crud.sql.DefaultJdbcExecutor
 
DefaultJdbcReactiveExecutor - org.hswebframework.web.crud.sql中的类
 
DefaultJdbcReactiveExecutor() - 类 的构造器org.hswebframework.web.crud.sql.DefaultJdbcReactiveExecutor
 
defaultMapper(Class<T>) - 类 中的静态方法org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
DefaultMapperFactory - org.hswebframework.web.crud.entity.factory中的接口
默认的实体映射
DefaultPropertyCopier - org.hswebframework.web.crud.entity.factory中的接口
默认的属性复制器
DefaultQueryHelper - org.hswebframework.web.crud.query中的类
 
DefaultQueryHelper() - 类 的构造器org.hswebframework.web.crud.query.DefaultQueryHelper
 
DefaultR2dbcExecutor - org.hswebframework.web.crud.sql中的类
 
DefaultR2dbcExecutor() - 类 的构造器org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
delete(K) - 接口 中的方法org.hswebframework.web.crud.web.DeleteController
 
delete(K) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveDeleteController
 
delete(K) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveServiceDeleteController
 
delete(K) - 接口 中的方法org.hswebframework.web.crud.web.ServiceDeleteController
 
deleteById(Collection<K>) - 接口 中的方法org.hswebframework.web.crud.service.CrudService
 
deleteById(K) - 接口 中的方法org.hswebframework.web.crud.service.CrudService
 
deleteById(Publisher<K>) - 接口 中的方法org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
deleteById(Publisher<K>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
deleteById(K) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
deleteById(Publisher<K>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
deleteById(Collection<K>) - 接口 中的方法org.hswebframework.web.crud.service.TreeSortEntityService
 
DeleteController<E,K> - org.hswebframework.web.crud.web中的接口
 
disable(Class<? extends Entity>) - 类 中的方法org.hswebframework.web.crud.events.DefaultEntityEventListenerConfigure
 
disable(Class<? extends Entity>, EntityEventType, EntityEventPhase...) - 类 中的方法org.hswebframework.web.crud.events.DefaultEntityEventListenerConfigure
 
disable(Class<? extends Entity>) - 接口 中的方法org.hswebframework.web.crud.events.EntityEventListenerConfigure
禁用实体类事件
disable(Class<? extends Entity>, EntityEventType, EntityEventPhase...) - 接口 中的方法org.hswebframework.web.crud.events.EntityEventListenerConfigure
禁用指定类型的事件
doApplyCreator(EventType, EventContext, Authentication) - 类 中的方法org.hswebframework.web.crud.events.CreatorEventListener
 
doAsyncEvent(Supplier<Mono<Void>>) - 类 中的方法org.hswebframework.web.crud.events.EntityEventListener
 

E

EasyormConfiguration - org.hswebframework.web.crud.configuration中的类
 
EasyormConfiguration() - 类 的构造器org.hswebframework.web.crud.configuration.EasyormConfiguration
 
EasyormConfiguration.EntityTableMetadataParserConfiguration - org.hswebframework.web.crud.configuration中的类
 
EasyormProperties - org.hswebframework.web.crud.configuration中的类
 
EasyormProperties() - 类 的构造器org.hswebframework.web.crud.configuration.EasyormProperties
 
EasyormProperties.DialectEnum - org.hswebframework.web.crud.configuration中的枚举
 
EasyormRepositoryRegistrar - org.hswebframework.web.crud.configuration中的类
 
EasyormRepositoryRegistrar() - 类 的构造器org.hswebframework.web.crud.configuration.EasyormRepositoryRegistrar
 
enable(Class<? extends Entity>) - 类 中的方法org.hswebframework.web.crud.events.DefaultEntityEventListenerConfigure
 
enable(Class<? extends Entity>, EntityEventType, EntityEventPhase...) - 类 中的方法org.hswebframework.web.crud.events.DefaultEntityEventListenerConfigure
 
enable(Class<? extends Entity>) - 接口 中的方法org.hswebframework.web.crud.events.EntityEventListenerConfigure
启用实体类的事件
enable(Class<? extends Entity>, EntityEventType, EntityEventPhase...) - 接口 中的方法org.hswebframework.web.crud.events.EntityEventListenerConfigure
启用指定类型的事件
EnableCacheReactiveCrudService<E,K> - org.hswebframework.web.crud.service中的接口
 
EnableEasyormRepository - org.hswebframework.web.crud.annotation中的注释类型
在启动类上注解,标识开启自动注册实体通用增删改查接口到spring上下文中.
EnableEntityEvent - org.hswebframework.web.crud.annotation中的注释类型
在实体类上添加此注解,表示开启实体操作事件,当实体类发生类修改,更新,删除等操作时,会触发事件。
EntityBeforeCreateEvent<E> - org.hswebframework.web.crud.events中的类
 
EntityBeforeCreateEvent() - 类 的构造器org.hswebframework.web.crud.events.EntityBeforeCreateEvent
 
EntityBeforeDeleteEvent<E> - org.hswebframework.web.crud.events中的类
 
EntityBeforeDeleteEvent() - 类 的构造器org.hswebframework.web.crud.events.EntityBeforeDeleteEvent
 
EntityBeforeModifyEvent<E> - org.hswebframework.web.crud.events中的类
 
EntityBeforeModifyEvent() - 类 的构造器org.hswebframework.web.crud.events.EntityBeforeModifyEvent
 
EntityBeforeQueryEvent<E> - org.hswebframework.web.crud.events中的类
 
EntityBeforeQueryEvent() - 类 的构造器org.hswebframework.web.crud.events.EntityBeforeQueryEvent
 
EntityBeforeSaveEvent<E> - org.hswebframework.web.crud.events中的类
 
EntityBeforeSaveEvent() - 类 的构造器org.hswebframework.web.crud.events.EntityBeforeSaveEvent
 
EntityCreatedEvent<E> - org.hswebframework.web.crud.events中的类
 
EntityCreatedEvent() - 类 的构造器org.hswebframework.web.crud.events.EntityCreatedEvent
 
EntityDDLEvent<E> - org.hswebframework.web.crud.events中的类
 
EntityDDLEvent(Object, Class<E>, RDBTableMetadata) - 类 的构造器org.hswebframework.web.crud.events.EntityDDLEvent
 
EntityDeletedEvent<E> - org.hswebframework.web.crud.events中的类
 
EntityDeletedEvent() - 类 的构造器org.hswebframework.web.crud.events.EntityDeletedEvent
 
EntityEventHelper - org.hswebframework.web.crud.events中的类
实体事件帮助器
EntityEventHelper() - 类 的构造器org.hswebframework.web.crud.events.EntityEventHelper
 
entityEventListener(ApplicationEventPublisher, ObjectProvider<SqlExpressionInvoker>, ObjectProvider<EntityEventListenerCustomizer>) - 类 中的方法org.hswebframework.web.crud.configuration.EasyormConfiguration
 
EntityEventListener - org.hswebframework.web.crud.events中的类
 
EntityEventListener() - 类 的构造器org.hswebframework.web.crud.events.EntityEventListener
 
EntityEventListenerConfigure - org.hswebframework.web.crud.events中的接口
实体事件监听器配置 configure.enable(MyEntity.class)//启用事件 //禁用某一类事件 .disable(MyEntity.class,EntityEventType.modify,EntityEventPhase.all)
EntityEventListenerCustomizer - org.hswebframework.web.crud.events中的接口
实体事件监听器自定义接口,用于自定义实体事件
EntityEventPhase - org.hswebframework.web.crud.events中的枚举
 
EntityEventType - org.hswebframework.web.crud.events中的枚举
 
entityFactory(ObjectProvider<EntityMappingCustomizer>) - 类 中的方法org.hswebframework.web.crud.configuration.EasyormConfiguration
 
EntityInfo - org.hswebframework.web.crud.configuration中的类
 
EntityInfo() - 类 的构造器org.hswebframework.web.crud.configuration.EntityInfo
 
entityManager(EntityTableMetadataResolver, EntityFactory) - 类 中的方法org.hswebframework.web.crud.configuration.EasyormConfiguration.EntityTableMetadataParserConfiguration
 
EntityMappingCustomizer - org.hswebframework.web.crud.entity.factory中的接口
 
EntityModifyEvent<E> - org.hswebframework.web.crud.events中的类
 
EntityModifyEvent() - 类 的构造器org.hswebframework.web.crud.events.EntityModifyEvent
 
EntityPrepareCreateEvent<E> - org.hswebframework.web.crud.events中的类
 
EntityPrepareCreateEvent() - 类 的构造器org.hswebframework.web.crud.events.EntityPrepareCreateEvent
 
EntityPrepareModifyEvent<E> - org.hswebframework.web.crud.events中的类
 
EntityPrepareModifyEvent() - 类 的构造器org.hswebframework.web.crud.events.EntityPrepareModifyEvent
 
EntityPrepareSaveEvent<E> - org.hswebframework.web.crud.events中的类
 
EntityPrepareSaveEvent() - 类 的构造器org.hswebframework.web.crud.events.EntityPrepareSaveEvent
 
EntityResultWrapperFactory - org.hswebframework.web.crud.configuration中的接口
 
EntitySavedEvent<E> - org.hswebframework.web.crud.events中的类
 
EntitySavedEvent() - 类 的构造器org.hswebframework.web.crud.events.EntitySavedEvent
 
entityTableMappingResolver(ObjectProvider<EntityTableMetadataParser>) - 类 中的方法org.hswebframework.web.crud.configuration.EasyormConfiguration.EntityTableMetadataParserConfiguration
 
EntityTableMetadataParserConfiguration() - 类 的构造器org.hswebframework.web.crud.configuration.EasyormConfiguration.EntityTableMetadataParserConfiguration
 
EntityTableMetadataResolver - org.hswebframework.web.crud.configuration中的接口
 
error(String) - 类 中的静态方法org.hswebframework.web.crud.web.ResponseMessage
 
error(String, String) - 类 中的静态方法org.hswebframework.web.crud.web.ResponseMessage
 
error(int, String, String) - 类 中的静态方法org.hswebframework.web.crud.web.ResponseMessage
 
execute(SqlRequest) - 类 中的方法org.hswebframework.web.crud.sql.DefaultJdbcExecutor
 
execute(Publisher<SqlRequest>) - 类 中的方法org.hswebframework.web.crud.sql.DefaultJdbcReactiveExecutor
 
execute(SqlRequest) - 类 中的方法org.hswebframework.web.crud.sql.DefaultJdbcReactiveExecutor
 
execute(SqlRequest) - 类 中的方法org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
execute(Publisher<SqlRequest>) - 类 中的方法org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
exists(Mono<QueryParamEntity>) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveServiceQueryController
 
exists(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveServiceQueryController
使用GET方式判断数据是否存在.

F

fetch() - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.ExecuteSpec
执行查询,返回数据流
fetchPaged() - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.ExecuteSpec
执行分页查询,默认返回第一页的25条数据.
fetchPaged(Function<List<R>, Mono<List<T>>>) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.ExecuteSpec
执行分页查询,并对结果进行转换
fetchPaged(int, int) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.ExecuteSpec
指定分页执行查询
fetchPaged(int, int, Function<List<R>, Mono<List<T>>>) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.ExecuteSpec
指定分页执行查询,并对结果进行转换
findAllChildren(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveTreeServiceQueryController
 
findAllChildren(Mono<QueryParamEntity>) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveTreeServiceQueryController
 
findAllChildrenTree(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveTreeServiceQueryController
 
findAllChildrenTree(Mono<QueryParamEntity>) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveTreeServiceQueryController
 
findAllTree(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveTreeServiceQueryController
 
findAllTree(Mono<QueryParamEntity>) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveTreeServiceQueryController
 
findById(K) - 接口 中的方法org.hswebframework.web.crud.service.CrudService
 
findById(Collection<K>) - 接口 中的方法org.hswebframework.web.crud.service.CrudService
 
findById(K) - 接口 中的方法org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
findById(Mono<K>) - 接口 中的方法org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
findById(K) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
findById(Collection<K>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
findById(Mono<K>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
findById(Flux<K>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
findColumn(String) - 接口 中的方法org.hswebframework.web.crud.query.QueryAnalyzer
根据名称或者别名,查找查询语句中的列信息.
from(Class<From>) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.SelectSpec
指定从哪个表查询
fullJoin(Class<T>, Consumer<JoinConditionalSpec<?>>) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.JoinSpec
对指定的实体类进行 full join // join t1 on t1.id = t2.id fullJoin(DetailEntity.class,spec->spec.is(MyEntity::getId,DetailEntity::getId)

G

generate(RDBColumnMetadata) - 类 中的方法org.hswebframework.web.crud.generator.CurrentTimeGenerator
 
generate(RDBColumnMetadata) - 类 中的方法org.hswebframework.web.crud.generator.DefaultIdGenerator
 
generate(RDBColumnMetadata) - 类 中的方法org.hswebframework.web.crud.generator.MD5Generator
 
generate(RDBColumnMetadata) - 类 中的方法org.hswebframework.web.crud.generator.SnowFlakeStringIdGenerator
 
Generators - org.hswebframework.web.crud.generator中的接口
 
generic(Class) - 类 中的方法org.hswebframework.web.crud.generator.CurrentTimeGenerator
 
GenericCrudService<E,K> - org.hswebframework.web.crud.service中的类
 
GenericCrudService() - 类 的构造器org.hswebframework.web.crud.service.GenericCrudService
 
GenericReactiveCacheSupportCrudService<E,K> - org.hswebframework.web.crud.service中的类
 
GenericReactiveCacheSupportCrudService() - 类 的构造器org.hswebframework.web.crud.service.GenericReactiveCacheSupportCrudService
 
GenericReactiveCrudService<E,K> - org.hswebframework.web.crud.service中的类
 
GenericReactiveCrudService() - 类 的构造器org.hswebframework.web.crud.service.GenericReactiveCrudService
 
GenericReactiveTreeSupportCrudService<E extends TreeSortSupportEntity<K>,K> - org.hswebframework.web.crud.service中的类
 
GenericReactiveTreeSupportCrudService() - 类 的构造器org.hswebframework.web.crud.service.GenericReactiveTreeSupportCrudService
 
GenericTreeSupportCrudService<E extends TreeSortSupportEntity<K>,K> - org.hswebframework.web.crud.service中的类
 
GenericTreeSupportCrudService() - 类 的构造器org.hswebframework.web.crud.service.GenericTreeSupportCrudService
 
getBindSymbol() - 类 中的方法org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
getBufferSize() - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
getById(K) - 接口 中的方法org.hswebframework.web.crud.web.QueryController
 
getById(K) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveQueryController
 
getById(K) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveServiceQueryController
根据ID查询.
getById(K) - 接口 中的方法org.hswebframework.web.crud.web.ServiceQueryController
 
getCache() - 接口 中的方法org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
getCache() - 类 中的方法org.hswebframework.web.crud.service.GenericReactiveCacheSupportCrudService
 
getCacheName() - 类 中的方法org.hswebframework.web.crud.service.GenericReactiveCacheSupportCrudService
 
getChildren(E) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
getChildren(E) - 接口 中的方法org.hswebframework.web.crud.service.TreeSortEntityService
 
getColumns() - 类 中的方法org.hswebframework.web.crud.query.QueryAnalyzer.Select
 
getColumns() - 类 中的方法org.hswebframework.web.crud.query.QueryAnalyzer.SelectTable
 
getConnection(SqlRequest) - 类 中的方法org.hswebframework.web.crud.sql.DefaultJdbcExecutor
 
getConnection() - 类 中的方法org.hswebframework.web.crud.sql.DefaultJdbcReactiveExecutor
 
getConnection() - 类 中的方法org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
getDatasourceId() - 类 中的方法org.hswebframework.web.crud.sql.DefaultJdbcExecutor
 
getDatasourceId() - 类 中的方法org.hswebframework.web.crud.sql.DefaultJdbcReactiveExecutor
 
getId() - 类 中的方法org.hswebframework.web.crud.events.CreatorEventListener
 
getId() - 类 中的方法org.hswebframework.web.crud.events.EntityEventListener
 
getId() - 类 中的方法org.hswebframework.web.crud.events.ValidateEventListener
 
getIDGenerator() - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
getIDGenerator() - 接口 中的方法org.hswebframework.web.crud.service.TreeSortEntityService
 
getInstanceGetter() - 类 中的方法org.hswebframework.web.crud.entity.factory.MapperEntityFactory.Mapper
 
getInstanceType(Class<T>, boolean) - 类 中的方法org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
getName() - 类 中的方法org.hswebframework.web.crud.events.CreatorEventListener
 
getName() - 类 中的方法org.hswebframework.web.crud.events.EntityEventListener
 
getName() - 类 中的方法org.hswebframework.web.crud.events.ValidateEventListener
 
getName() - 类 中的方法org.hswebframework.web.crud.generator.CurrentTimeGenerator
 
getName() - 类 中的方法org.hswebframework.web.crud.generator.DefaultIdGenerator
 
getName() - 类 中的方法org.hswebframework.web.crud.generator.MD5Generator
 
getName() - 类 中的方法org.hswebframework.web.crud.generator.SnowFlakeStringIdGenerator
 
getObject() - 类 中的方法org.hswebframework.web.crud.configuration.ReactiveRepositoryFactoryBean
 
getObject() - 类 中的方法org.hswebframework.web.crud.configuration.SyncRepositoryFactoryBean
 
getObjectType() - 类 中的方法org.hswebframework.web.crud.configuration.ReactiveRepositoryFactoryBean
 
getObjectType() - 类 中的方法org.hswebframework.web.crud.configuration.SyncRepositoryFactoryBean
 
getOrCreatePhaseSet(EntityEventType, Map<EntityEventType, Set<EntityEventPhase>>) - 类 中的方法org.hswebframework.web.crud.events.DefaultEntityEventListenerConfigure
 
getOrCreateTypeMap(Class<? extends Entity>, Map<Class<? extends Entity>, Map<EntityEventType, Set<EntityEventPhase>>>) - 类 中的方法org.hswebframework.web.crud.events.DefaultEntityEventListenerConfigure
 
getOrder() - 类 中的方法org.hswebframework.web.crud.events.CreatorEventListener
 
getOrder() - 类 中的方法org.hswebframework.web.crud.events.EntityEventListener
 
getOrder() - 类 中的方法org.hswebframework.web.crud.events.ValidateEventListener
 
getRepository() - 接口 中的方法org.hswebframework.web.crud.service.CrudService
 
getRepository() - 类 中的方法org.hswebframework.web.crud.service.GenericCrudService
 
getRepository() - 类 中的方法org.hswebframework.web.crud.service.GenericReactiveCacheSupportCrudService
 
getRepository() - 类 中的方法org.hswebframework.web.crud.service.GenericReactiveCrudService
 
getRepository() - 类 中的方法org.hswebframework.web.crud.service.GenericReactiveTreeSupportCrudService
 
getRepository() - 类 中的方法org.hswebframework.web.crud.service.GenericTreeSupportCrudService
 
getRepository() - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
getRepository() - 接口 中的方法org.hswebframework.web.crud.web.DeleteController
 
getRepository() - 接口 中的方法org.hswebframework.web.crud.web.QueryController
 
getRepository() - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveDeleteController
 
getRepository() - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveQueryController
 
getRepository() - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveSaveController
 
getRepository() - 接口 中的方法org.hswebframework.web.crud.web.SaveController
 
getService() - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveServiceDeleteController
 
getService() - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveServiceQueryController
 
getService() - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveServiceSaveController
 
getService() - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveTreeServiceQueryController
 
getService() - 接口 中的方法org.hswebframework.web.crud.web.ServiceDeleteController
 
getService() - 接口 中的方法org.hswebframework.web.crud.web.ServiceQueryController
 
getService() - 接口 中的方法org.hswebframework.web.crud.web.ServiceSaveController
 
getSortId() - 类 中的方法org.hswebframework.web.crud.generator.CurrentTimeGenerator
 
getSortId() - 类 中的方法org.hswebframework.web.crud.generator.DefaultIdGenerator
 
getSortId() - 类 中的方法org.hswebframework.web.crud.generator.MD5Generator
 
getSortId() - 类 中的方法org.hswebframework.web.crud.generator.SnowFlakeStringIdGenerator
 
getTarget() - 类 中的方法org.hswebframework.web.crud.entity.factory.MapperEntityFactory.Mapper
 
getWrapper(Class<T>) - 类 中的方法org.hswebframework.web.crud.configuration.DefaultEntityResultWrapperFactory
 
getWrapper(Class<T>) - 接口 中的方法org.hswebframework.web.crud.configuration.EntityResultWrapperFactory
 
gt(StaticMethodReferenceColumn<T>, StaticMethodReferenceColumn<T2>) - 接口 中的方法org.hswebframework.web.crud.query.JoinOnSpec
设置 join on > 条件 // join detail d on d.max_age > t.age gt(DetailEntity::getMaxAge,MyEntity::getAge)
gt(StaticMethodReferenceColumn<T>, String, StaticMethodReferenceColumn<T2>) - 接口 中的方法org.hswebframework.web.crud.query.JoinOnSpec
设置 join on > 条件 // join detail d on d.max_age > t2.age gt(DetailEntity::getMaxAge,"t2",MyEntity::getAge)
gte(StaticMethodReferenceColumn<T>, StaticMethodReferenceColumn<T2>) - 接口 中的方法org.hswebframework.web.crud.query.JoinOnSpec
设置 join on >= 条件 // join detail d on d.max_age >= t.age gte(DetailEntity::getMaxAge,MyEntity::getAge)
gte(StaticMethodReferenceColumn<T>, String, StaticMethodReferenceColumn<T2>) - 接口 中的方法org.hswebframework.web.crud.query.JoinOnSpec
设置 join on >= 条件 // join detail d on d.max_age >= t2.age gte(DetailEntity::getMaxAge,"t2",MyEntity::getAge)

H

handleBatchOperation(Class, EntityEventType, EventContext, BiFunction<List<?>, Class, AsyncEvent>, BiFunction<List<?>, Class, AsyncEvent>, BiFunction<List<?>, Class, AsyncEvent>) - 类 中的方法org.hswebframework.web.crud.events.EntityEventListener
 
handleDeleteBefore(Class<Entity>, EventContext) - 类 中的方法org.hswebframework.web.crud.events.EntityEventListener
 
handleException(TransactionException) - 类 中的方法org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(BusinessException) - 类 中的方法org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(UnsupportedOperationException) - 类 中的方法org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(UnAuthorizedException) - 类 中的方法org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(AccessDenyException) - 类 中的方法org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(NotFoundException) - 类 中的方法org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(ValidationException) - 类 中的方法org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(ConstraintViolationException) - 类 中的方法org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(BindException) - 类 中的方法org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(WebExchangeBindException) - 类 中的方法org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(MethodArgumentNotValidException) - 类 中的方法org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(ValidationException) - 类 中的方法org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(TimeoutException) - 类 中的方法org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(RuntimeException) - 类 中的方法org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(NullPointerException) - 类 中的方法org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(IllegalArgumentException) - 类 中的方法org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(AuthenticationException) - 类 中的方法org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(UnsupportedMediaTypeStatusException) - 类 中的方法org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(NotAcceptableStatusException) - 类 中的方法org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(MethodNotAllowedException) - 类 中的方法org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(ServerWebInputException) - 类 中的方法org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(I18nSupportException) - 类 中的方法org.hswebframework.web.crud.web.CommonErrorControllerAdvice
 
handleException(BusinessException) - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(UnsupportedOperationException) - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(UnAuthorizedException) - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(AccessDenyException) - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(NotFoundException) - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(ValidationException) - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(ConstraintViolationException) - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(BindException) - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(WebExchangeBindException) - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(MethodArgumentNotValidException) - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(ValidationException) - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(TimeoutException) - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(RuntimeException) - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(NullPointerException) - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(IllegalArgumentException) - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(AuthenticationException) - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(UnsupportedMediaTypeStatusException) - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(NotAcceptableStatusException) - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(MethodNotAllowedException) - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(ServerWebInputException) - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(I18nSupportException) - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcErrorControllerAdvice
 
handleException(R2dbcException) - 类 中的方法org.hswebframework.web.crud.web.R2dbcErrorControllerAdvice
 
handleQueryBefore(EntityColumnMapping, EventContext) - 类 中的方法org.hswebframework.web.crud.events.EntityEventListener
 
handleResult(ServerWebExchange, HandlerResult) - 类 中的方法org.hswebframework.web.crud.web.ResponseMessageWrapper
 
handleSingleOperation(Class, EntityEventType, EventContext, BiFunction<List<?>, Class, AsyncEvent>, BiFunction<List<?>, Class, AsyncEvent>, BiFunction<List<?>, Class, AsyncEvent>) - 类 中的方法org.hswebframework.web.crud.events.EntityEventListener
 
handleUpdateAfter(EventContext) - 类 中的方法org.hswebframework.web.crud.events.EntityEventListener
 
handleUpdateBefore(DSLUpdate<?, ?>, EventContext) - 类 中的方法org.hswebframework.web.crud.events.EntityEventListener
 
handleUpdateBefore(EventContext) - 类 中的方法org.hswebframework.web.crud.events.EntityEventListener
 

I

initByEntity(Class<? extends Entity>, Map<EntityEventType, Set<EntityEventPhase>>, boolean) - 类 中的方法org.hswebframework.web.crud.events.DefaultEntityEventListenerConfigure
 
innerJoin(Class<T>, Consumer<JoinConditionalSpec<?>>) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.JoinSpec
对指定的实体类进行 inner join // inner join detail on my.id = detail.id innerJoin(DetailEntity.class,spec->spec.is(MyEntity::getId,DetailEntity::getId)
insert(Collection<E>) - 接口 中的方法org.hswebframework.web.crud.service.CrudService
 
insert(E) - 接口 中的方法org.hswebframework.web.crud.service.CrudService
 
insert(E) - 接口 中的方法org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
insert(Publisher<E>) - 接口 中的方法org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
insert(Publisher<E>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
insert(E) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
insert(Publisher<E>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
insert(E) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
insert(E) - 接口 中的方法org.hswebframework.web.crud.service.TreeSortEntityService
 
insert(Collection<E>) - 接口 中的方法org.hswebframework.web.crud.service.TreeSortEntityService
 
insertBatch(Publisher<? extends Collection<E>>) - 接口 中的方法org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
insertBatch(Publisher<? extends Collection<E>>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
insertBatch(Publisher<? extends Collection<E>>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
invoke(NativeSql, EntityColumnMapping, Map<String, Object>) - 类 中的方法org.hswebframework.web.crud.events.expr.AbstractSqlExpressionInvoker
 
invoke(NativeSql, EntityColumnMapping, Map<String, Object>) - 接口 中的方法org.hswebframework.web.crud.events.SqlExpressionInvoker
 
is(StaticMethodReferenceColumn<T>, StaticMethodReferenceColumn<T2>) - 接口 中的方法org.hswebframework.web.crud.query.JoinOnSpec
设置 join on = 条件 // join detail d on d.id = t.id is(DetailEntity::getId,MyEntity::getId)
is(StaticMethodReferenceColumn<T>, String, StaticMethodReferenceColumn<T2>) - 接口 中的方法org.hswebframework.web.crud.query.JoinOnSpec
设置 join on = 条件 // join detail d on d.id = d2.id is("id","d2",MyEntity::getId)
isDoFireEvent(boolean) - 类 中的静态方法org.hswebframework.web.crud.events.EntityEventHelper
判断当前是否设置了事件
isEnabled(Class<? extends Entity>) - 类 中的方法org.hswebframework.web.crud.events.DefaultEntityEventListenerConfigure
 
isEnabled(Class<? extends Entity>, EntityEventType, EntityEventPhase) - 类 中的方法org.hswebframework.web.crud.events.DefaultEntityEventListenerConfigure
 
isEnabled(Class<? extends Entity>) - 接口 中的方法org.hswebframework.web.crud.events.EntityEventListenerConfigure
判断实体类是否启用了事件
isEnabled(Class<? extends Entity>, EntityEventType, EntityEventPhase) - 接口 中的方法org.hswebframework.web.crud.events.EntityEventListenerConfigure
判断实体类是否启用了指定类型的事件
isRootNode(E) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
isRootNode(E) - 接口 中的方法org.hswebframework.web.crud.service.TreeSortEntityService
 
isSingleton() - 类 中的方法org.hswebframework.web.crud.configuration.ReactiveRepositoryFactoryBean
 
isSingleton() - 类 中的方法org.hswebframework.web.crud.configuration.SyncRepositoryFactoryBean
 

J

JdbcSqlExecutorConfiguration - org.hswebframework.web.crud.configuration中的类
 
JdbcSqlExecutorConfiguration() - 类 的构造器org.hswebframework.web.crud.configuration.JdbcSqlExecutorConfiguration
 
Join() - 类 的构造器org.hswebframework.web.crud.query.QueryAnalyzer.Join
 
JoinConditionalSpec<C extends JoinConditionalSpec<C>> - org.hswebframework.web.crud.query中的接口
 
JoinNestConditionalSpec<C extends org.hswebframework.ezorm.core.TermTypeConditionalSupport> - org.hswebframework.web.crud.query中的接口
 
JoinOnSpec<Self extends org.hswebframework.ezorm.core.TermTypeConditionalSupport> - org.hswebframework.web.crud.query中的接口
 
joins() - 接口 中的方法org.hswebframework.web.crud.query.QueryAnalyzer
 
jpaEntityTableMetadataParser(RDBDatabaseMetadata, EntityFactory, ObjectProvider<TableMetadataCustomizer>) - 类 中的方法org.hswebframework.web.crud.configuration.EasyormConfiguration.EntityTableMetadataParserConfiguration
 

L

leftJoin(Class<T>, Consumer<JoinConditionalSpec<?>>) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.JoinSpec
对指定的实体类进行 left join // left join detail on my.id = detail.id leftJoin(DetailEntity.class,spec->spec.is(MyEntity::getId,DetailEntity::getId)
localeWebFilter() - 类 中的方法org.hswebframework.web.crud.web.CommonWebFluxConfiguration
 
logger(Logger) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.NativeQuerySpec
设置日志,在执行sql等操作时使用次日志进行日志打印.
lower(Object) - 类 中的方法org.hswebframework.web.crud.events.expr.SpelSqlExpressionInvoker.SqlFunctions
 
lt(StaticMethodReferenceColumn<T>, StaticMethodReferenceColumn<T2>) - 接口 中的方法org.hswebframework.web.crud.query.JoinOnSpec
设置 join on < 条件 // join detail d on d.max_age < t.age lt(DetailEntity::getMaxAge,MyEntity::getAge)
lt(StaticMethodReferenceColumn<T>, String, StaticMethodReferenceColumn<T2>) - 接口 中的方法org.hswebframework.web.crud.query.JoinOnSpec
设置 join on < 条件 // join detail d on d.max_age < t2.age lt(DetailEntity::getMaxAge,"t2",MyEntity::getAge)
lte(StaticMethodReferenceColumn<T>, StaticMethodReferenceColumn<T2>) - 接口 中的方法org.hswebframework.web.crud.query.JoinOnSpec
设置 join on <= 条件 // join detail d on d.max_age <= t.age lte(DetailEntity::getMaxAge,MyEntity::getAge)
lte(StaticMethodReferenceColumn<T>, String, StaticMethodReferenceColumn<T2>) - 接口 中的方法org.hswebframework.web.crud.query.JoinOnSpec
设置 join on <= 条件 // join detail d on d.max_age <= t2.age lte(DetailEntity::getMaxAge,"t2",MyEntity::getAge)

M

Mapper(Class<T>, Supplier<T>) - 类 的构造器org.hswebframework.web.crud.entity.factory.MapperEntityFactory.Mapper
 
MapperEntityFactory - org.hswebframework.web.crud.entity.factory中的类
 
MapperEntityFactory() - 类 的构造器org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
MapperEntityFactory(Map<Class<?>, MapperEntityFactory.Mapper<?>>) - 类 的构造器org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
MapperEntityFactory.Mapper<T> - org.hswebframework.web.crud.entity.factory中的类
 
MD5 - 接口 中的静态变量org.hswebframework.web.crud.generator.Generators
 
md5Generator() - 类 中的方法org.hswebframework.web.crud.configuration.EasyormConfiguration
 
MD5Generator - org.hswebframework.web.crud.generator中的类
 
MD5Generator() - 类 的构造器org.hswebframework.web.crud.generator.MD5Generator
 

N

nest() - 接口 中的方法org.hswebframework.web.crud.query.JoinConditionalSpec
 
nest() - 接口 中的方法org.hswebframework.web.crud.query.JoinNestConditionalSpec
 
newInstance(Class<T>) - 类 中的方法org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
newInstance(Class<T>, Supplier<? extends T>) - 类 中的方法org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
newInstance(Class<T>, Class<? extends T>) - 类 中的方法org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
not(StaticMethodReferenceColumn<T>, StaticMethodReferenceColumn<T2>) - 接口 中的方法org.hswebframework.web.crud.query.JoinOnSpec
设置 join on !
not(StaticMethodReferenceColumn<T>, String, StaticMethodReferenceColumn<T2>) - 接口 中的方法org.hswebframework.web.crud.query.JoinOnSpec
设置 join on !

O

of(String, T, int, String, Long) - 类 中的静态方法org.hswebframework.web.crud.web.ResponseMessage
 
ok() - 类 中的静态方法org.hswebframework.web.crud.web.ResponseMessage
 
ok(T) - 类 中的静态方法org.hswebframework.web.crud.web.ResponseMessage
 
onEvent(EventType, EventContext) - 类 中的方法org.hswebframework.web.crud.events.CompositeEventListener
 
onEvent(EventType, EventContext) - 类 中的方法org.hswebframework.web.crud.events.CreatorEventListener
 
onEvent(EventType, EventContext) - 类 中的方法org.hswebframework.web.crud.events.EntityEventListener
 
onEvent(EventType, EventContext) - 类 中的方法org.hswebframework.web.crud.events.ValidateEventListener
 
orderBy(String, SortOrder.Order) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.SortSpec
使用指定的列名进行排序,多次执行将使用多列排序 // order by a.index asc orderBy("a.index",SortOrder.Order.asc);
orderBy(QueryHelper.Getter<S, ?>, SortOrder.Order) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.SortSpec
对方法应用对应的列名进行排序,多次执行将使用多列排序 // order by sort_order desc orderBy(MyEntity::getSortOrder,SortOrder.Order.desc)
orderByAsc(String) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.SortSpec
使用指定的列名进行正序排序,多次执行将使用多列排序 // order by a.index asc orderByAsc("a.index");
orderByAsc(QueryHelper.Getter<S, ?>) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.SortSpec
对方法应用对应的列名进行正序排序,多次执行将使用多列排序 // order by sort_order asc orderByAsc(MyEntity::getSortOrder)
orderByDesc(String) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.SortSpec
使用指定的列名进行倒序排序,多次执行将使用多列排序 // order by a.index desc orderByDesc("a.index");
orderByDesc(QueryHelper.Getter<S, ?>) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.SortSpec
对方法应用对应的列名进行倒序排序,多次执行将使用多列排序 // order by sort_order desc orderByDesc(MyEntity::getSortOrder)
org.hswebframework.web.crud.annotation - 程序包 org.hswebframework.web.crud.annotation
 
org.hswebframework.web.crud.configuration - 程序包 org.hswebframework.web.crud.configuration
 
org.hswebframework.web.crud.entity.factory - 程序包 org.hswebframework.web.crud.entity.factory
 
org.hswebframework.web.crud.events - 程序包 org.hswebframework.web.crud.events
 
org.hswebframework.web.crud.events.expr - 程序包 org.hswebframework.web.crud.events.expr
 
org.hswebframework.web.crud.generator - 程序包 org.hswebframework.web.crud.generator
 
org.hswebframework.web.crud.query - 程序包 org.hswebframework.web.crud.query
 
org.hswebframework.web.crud.service - 程序包 org.hswebframework.web.crud.service
 
org.hswebframework.web.crud.sql - 程序包 org.hswebframework.web.crud.sql
 
org.hswebframework.web.crud.utils - 程序包 org.hswebframework.web.crud.utils
 
org.hswebframework.web.crud.web - 程序包 org.hswebframework.web.crud.web
 
org.hswebframework.web.crud.web.reactive - 程序包 org.hswebframework.web.crud.web.reactive
 
originalSql() - 接口 中的方法org.hswebframework.web.crud.query.QueryAnalyzer
 
orNest() - 接口 中的方法org.hswebframework.web.crud.query.JoinConditionalSpec
 
orNest() - 接口 中的方法org.hswebframework.web.crud.query.JoinNestConditionalSpec
 

P

postCount(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.web.QueryController
 
postCount(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.web.ServiceQueryController
 
postQuery(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.web.QueryController
POST方式查询.不返回分页结果 POST /_query/no-paging { "pageIndex":0, "pageSize":20, "where":"name like 张%", //放心使用,没有SQL注入 "orderBy":"id desc", "terms":[ //高级条件 { "column":"name", "termType":"like", "value":"张%" } ] }
postQuery(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.web.ServiceQueryController
POST方式查询.不返回分页结果 POST /_query/no-paging { "pageIndex":0, "pageSize":20, "where":"name like 张%", //放心使用,没有SQL注入 "orderBy":"id desc", "terms":[ //高级条件 { "column":"name", "termType":"like", "value":"张%" } ] }
postQueryPager(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.web.QueryController
 
postQueryPager(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.web.ServiceQueryController
 
PropertyCopier<S,T> - org.hswebframework.web.crud.entity.factory中的接口
属性复制接口,用于自定义属性复制
publishCreatedEvent(Object, Class<T>, List<T>, Consumer<GenericsPayloadApplicationEvent<EntityCreatedEvent<T>>>) - 类 中的静态方法org.hswebframework.web.crud.events.EntityEventHelper
 
publishDeletedEvent(Object, Class<T>, List<T>, Consumer<GenericsPayloadApplicationEvent<EntityDeletedEvent<T>>>) - 类 中的静态方法org.hswebframework.web.crud.events.EntityEventHelper
 
publishEvent(Object, Class<T>, Supplier<E>, Consumer<GenericsPayloadApplicationEvent<E>>) - 类 中的静态方法org.hswebframework.web.crud.events.EntityEventHelper
 
publishModifyEvent(Object, Class<T>, List<T>, Consumer<T>, Consumer<GenericsPayloadApplicationEvent<EntityModifyEvent<T>>>) - 类 中的静态方法org.hswebframework.web.crud.events.EntityEventHelper
 
publishModifyEvent(Object, Class<T>, List<T>, List<T>, Consumer<GenericsPayloadApplicationEvent<EntityModifyEvent<T>>>) - 类 中的静态方法org.hswebframework.web.crud.events.EntityEventHelper
 
publishSavedEvent(Object, Class<T>, List<T>, Consumer<GenericsPayloadApplicationEvent<EntitySavedEvent<T>>>) - 类 中的静态方法org.hswebframework.web.crud.events.EntityEventHelper
 

Q

query(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.service.CrudService
 
query(Mono<? extends QueryParamEntity>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
query(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
query(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.web.QueryController
查询,但是不返回分页结果.
query(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveQueryController
查询,但是不返回分页结果.
query(Mono<QueryParamEntity>) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveQueryController
POST方式查询.不返回分页结果 POST /_query/no-paging { "pageIndex":0, "pageSize":20, "where":"name like 张%", //放心使用,没有SQL注入 "orderBy":"id desc", "terms":[ //高级条件 { "column":"name", "termType":"like", "value":"张%" } ] }
query(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveServiceQueryController
查询,但是不返回分页结果.
query(Mono<QueryParamEntity>) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveServiceQueryController
POST方式查询.不返回分页结果 POST /_query/no-paging { "pageIndex":0, "pageSize":20, "where":"name like 张%", //放心使用,没有SQL注入 "orderBy":"id desc", "terms":[ //高级条件 { "column":"name", "termType":"like", "value":"张%" } ] }
query(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.web.ServiceQueryController
查询,但是不返回分页结果.
QueryAnalyzer - org.hswebframework.web.crud.query中的接口
查询分析器,用于分析SQL查询语句以及对SQL进行重构,追加查询条件等操作
QueryAnalyzer.Column - org.hswebframework.web.crud.query中的类
 
QueryAnalyzer.Join - org.hswebframework.web.crud.query中的类
 
QueryAnalyzer.Select - org.hswebframework.web.crud.query中的类
 
QueryAnalyzer.SelectTable - org.hswebframework.web.crud.query中的类
 
QueryAnalyzer.Table - org.hswebframework.web.crud.query中的类
 
QueryController<E,K> - org.hswebframework.web.crud.web中的接口
基于SyncRepository的查询控制器.
queryHelper(DatabaseOperator) - 类 中的方法org.hswebframework.web.crud.configuration.EasyormConfiguration
 
QueryHelper - org.hswebframework.web.crud.query中的接口
使用DSL方式链式调用来构建复杂查询 // select a.id as `a.id` ,b.name as b.name from table_a a // left join table_b b on a.id=b.id // where b.name like 'zhang%' Flux<R> = helper .select(R.class) .as(A::getName,R::setName) .as(A::getId,R::setAid) .from(A.class) .leftJoin(B.class,spec-> spec.is(A::id, B::id)) .where(dsl->dsl.like(B::getName,'zhang%')) .fetch(); 使用原生SQL方式来构建动态条件查询 helper .select("select * from table_a a left join table_b b on a.id=b.id",R::new) .where(dsl->dsl.like(R::getName,'zhang%')) .fetch();
QueryHelper.ColumnMapperSpec<R,Self extends QueryHelper.ColumnMapperSpec<R,Self>> - org.hswebframework.web.crud.query中的接口
列名映射构造器
QueryHelper.ExecuteSpec<R> - org.hswebframework.web.crud.query中的接口
执行查询
QueryHelper.FromSpec<R> - org.hswebframework.web.crud.query中的接口
 
QueryHelper.Getter<S,V> - org.hswebframework.web.crud.query中的接口
Getter接口定义,只能使用方法引用实现此接口,如: MyEntity::getId
QueryHelper.JoinSpec<R> - org.hswebframework.web.crud.query中的接口
表关联构造器
QueryHelper.NativeQuerySpec<T> - org.hswebframework.web.crud.query中的接口
 
QueryHelper.SelectColumnMapperSpec<R> - org.hswebframework.web.crud.query中的接口
 
QueryHelper.SelectSpec<R> - org.hswebframework.web.crud.query中的接口
 
QueryHelper.Setter<S,V> - org.hswebframework.web.crud.query中的接口
Setter接口定义,只能使用方法引用实现此接口,如: MyEntity::setId
QueryHelper.SortSpec<R> - org.hswebframework.web.crud.query中的接口
排序构造器
QueryHelper.WhereSpec<R> - org.hswebframework.web.crud.query中的接口
查询条件构造器
QueryHelperUtils - org.hswebframework.web.crud.query中的类
 
QueryHelperUtils() - 类 的构造器org.hswebframework.web.crud.query.QueryHelperUtils
 
queryIncludeChildren(Collection<K>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
查询指定ID的实体以及对应的全部子节点
queryIncludeChildren(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
动态查询并将查询结构转为树形结构
queryIncludeChildren(Collection<K>) - 接口 中的方法org.hswebframework.web.crud.service.TreeSortEntityService
 
queryIncludeChildren(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.service.TreeSortEntityService
 
queryIncludeChildrenTree(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
动态查询并将查询结构转为树形结构,包含所有子节点
queryIncludeChildrenTree(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.service.TreeSortEntityService
 
queryIncludeParent(Collection<K>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
查询指定ID的实体以及对应的全部父节点
queryPager(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.service.CrudService
 
queryPager(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
queryPager(QueryParamEntity, Function<E, T>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
queryPager(Mono<? extends QueryParamEntity>, Function<E, T>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
queryPager(Mono<? extends QueryParamEntity>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
queryPager(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.web.QueryController
GET方式分页查询 GET /_query/no-paging?
queryPager(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveQueryController
GET方式分页查询 GET /_query/no-paging?
queryPager(Mono<QueryParamEntity>) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveQueryController
 
queryPager(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveServiceQueryController
GET方式分页查询 GET /_query/no-paging?
queryPager(Mono<QueryParamEntity>) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveServiceQueryController
POST方式动态查询.
queryPager(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.web.ServiceQueryController
GET方式分页查询 GET /_query/no-paging?
queryResultToTree(Mono<? extends QueryParamEntity>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
动态查询并将查询结构转为树形结构
queryResultToTree(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
动态查询并将查询结构转为树形结构
queryResultToTree(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.service.TreeSortEntityService
 

R

r2dbcErrorControllerAdvice() - 类 中的方法org.hswebframework.web.crud.web.CommonWebFluxConfiguration
 
R2dbcErrorControllerAdvice - org.hswebframework.web.crud.web中的类
统一r2dbc错误处理
R2dbcErrorControllerAdvice() - 类 的构造器org.hswebframework.web.crud.web.R2dbcErrorControllerAdvice
 
R2dbcSqlExecutorConfiguration - org.hswebframework.web.crud.configuration中的类
 
R2dbcSqlExecutorConfiguration() - 类 的构造器org.hswebframework.web.crud.configuration.R2dbcSqlExecutorConfiguration
 
Reactive - org.hswebframework.web.crud.annotation中的注释类型
在实体类上注解,标记是否开启响应式仓库
ReactiveCrudController<E,K> - org.hswebframework.web.crud.web.reactive中的接口
通用响应式增删该查Controller,实现本接口来默认支持增删改查相关操作.
ReactiveCrudService<E,K> - org.hswebframework.web.crud.service中的接口
响应式增删改查通用服务类,增删改查,实现此接口.
ReactiveDeleteController<E,K> - org.hswebframework.web.crud.web.reactive中的接口
 
ReactiveQueryController<E,K> - org.hswebframework.web.crud.web.reactive中的接口
基于ReactiveRepository的响应式查询控制器.
ReactiveRepositoryFactoryBean<E,PK> - org.hswebframework.web.crud.configuration中的类
 
ReactiveRepositoryFactoryBean() - 类 的构造器org.hswebframework.web.crud.configuration.ReactiveRepositoryFactoryBean
 
ReactiveSaveController<E,K> - org.hswebframework.web.crud.web.reactive中的接口
响应式保存接口,基于ReactiveRepository提供默认的新增,保存,修改接口.
ReactiveServiceCrudController<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中的接口
响应式保存接口,基于ReactiveCrudService提供默认的新增,保存,修改接口.
reactiveSqlExecutor() - 类 中的方法org.hswebframework.web.crud.configuration.JdbcSqlExecutorConfiguration
 
reactiveSqlExecutor(EasyormProperties) - 类 中的方法org.hswebframework.web.crud.configuration.R2dbcSqlExecutorConfiguration
 
ReactiveTreeServiceQueryController<E extends TreeSortSupportEntity<K>,K> - org.hswebframework.web.crud.web.reactive中的接口
 
ReactiveTreeSortEntityService<E extends TreeSortSupportEntity<K>,K> - org.hswebframework.web.crud.service中的接口
树形结构的通用增删改查服务
readyToDeleteContextKey - 类 中的静态变量org.hswebframework.web.crud.events.EntityEventListener
 
readyToUpdateContextKey - 类 中的静态变量org.hswebframework.web.crud.events.EntityEventListener
 
refactor(QueryParamEntity, Object...) - 接口 中的方法org.hswebframework.web.crud.query.QueryAnalyzer
基于QueryParamEntity动态条件来重构SQL,将根据动态条件添加where条件,排序等操作.
refactorChildPath(K, String, Consumer<E>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
refactorCount(QueryParamEntity, Object...) - 接口 中的方法org.hswebframework.web.crud.query.QueryAnalyzer
基于QueryParamEntity动态条件来重构用于查询count的SQL,通常用于分页时查询总数.
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法org.hswebframework.web.crud.configuration.EasyormRepositoryRegistrar
 
registerClearCache() - 接口 中的方法org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
registerClearCache(String) - 接口 中的方法org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
registerSynchronization(TransactionSynchronization, Function<TransactionSynchronization, Mono<Void>>) - 类 中的静态方法org.hswebframework.web.crud.utils.TransactionUtils
 
releaseConnection(Connection, SqlRequest) - 类 中的方法org.hswebframework.web.crud.sql.DefaultJdbcExecutor
 
releaseConnection(SignalType, Connection) - 类 中的方法org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
resolve(Class<?>) - 类 中的方法org.hswebframework.web.crud.configuration.CompositeEntityTableMetadataResolver
 
resolve(Class<?>) - 接口 中的方法org.hswebframework.web.crud.configuration.EntityTableMetadataResolver
 
ResponseMessage<T> - org.hswebframework.web.crud.web中的类
 
ResponseMessage() - 类 的构造器org.hswebframework.web.crud.web.ResponseMessage
 
responseMessageWrapper(ServerCodecConfigurer, RequestedContentTypeResolver, ReactiveAdapterRegistry) - 类 中的方法org.hswebframework.web.crud.web.CommonWebFluxConfiguration
 
responseMessageWrapper() - 类 中的方法org.hswebframework.web.crud.web.CommonWebMvcConfiguration
 
ResponseMessageWrapper - org.hswebframework.web.crud.web中的类
 
ResponseMessageWrapper(List<HttpMessageWriter<?>>, RequestedContentTypeResolver, ReactiveAdapterRegistry) - 类 的构造器org.hswebframework.web.crud.web.ResponseMessageWrapper
 
ResponseMessageWrapperAdvice - org.hswebframework.web.crud.web中的类
 
ResponseMessageWrapperAdvice() - 类 的构造器org.hswebframework.web.crud.web.ResponseMessageWrapperAdvice
 
result(T) - 类 中的方法org.hswebframework.web.crud.web.ResponseMessage
 
rightJoin(Class<T>, Consumer<JoinConditionalSpec<?>>) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.JoinSpec
对指定的实体类进行 right join // left join detail on my.id = detail.id rightJoin(DetailEntity.class,spec->spec.is(MyEntity::getId,DetailEntity::getId)

S

save(Collection<E>) - 接口 中的方法org.hswebframework.web.crud.service.CrudService
 
save(E) - 接口 中的方法org.hswebframework.web.crud.service.CrudService
 
save(List<E>) - 接口 中的方法org.hswebframework.web.crud.service.CrudService
 
save(E) - 接口 中的方法org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
save(Publisher<E>) - 接口 中的方法org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
save(Publisher<E>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
save(E) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
save(Collection<E>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
save(Publisher<E>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
save(Collection<E>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
save(E) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
save(List<E>) - 接口 中的方法org.hswebframework.web.crud.service.TreeSortEntityService
 
save(Flux<E>) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveSaveController
保存数据,如果传入了id,并且对应数据存在,则尝试覆盖,不存在则新增.
save(Flux<E>) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveServiceSaveController
保存数据,如果传入了id,并且对应数据存在,则尝试覆盖,不存在则新增.
save(List<E>) - 接口 中的方法org.hswebframework.web.crud.web.SaveController
 
save(List<E>) - 接口 中的方法org.hswebframework.web.crud.web.ServiceSaveController
 
SaveController<E,K> - org.hswebframework.web.crud.web中的接口
 
scanEntities(String[]) - 类 中的方法org.hswebframework.web.crud.configuration.EasyormRepositoryRegistrar
 
select(String, Object...) - 类 中的方法org.hswebframework.web.crud.query.DefaultQueryHelper
 
select(String, Supplier<T>, Object...) - 类 中的方法org.hswebframework.web.crud.query.DefaultQueryHelper
 
select(Class<R>) - 类 中的方法org.hswebframework.web.crud.query.DefaultQueryHelper
 
select(Class<R>, Consumer<QueryHelper.ColumnMapperSpec<R, ?>>) - 类 中的方法org.hswebframework.web.crud.query.DefaultQueryHelper
 
select() - 接口 中的方法org.hswebframework.web.crud.query.QueryAnalyzer
 
Select() - 类 的构造器org.hswebframework.web.crud.query.QueryAnalyzer.Select
 
select(String, Supplier<T>, Object...) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper
逻辑和QueryHelper.select(String, Object...)相同,将查询结果转换为指定的实体类
select(String, Object...) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper
创建原生SQL查询器 预编译参数仅支持?
select(Class<R>) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper
创建一个查询构造器
select(Class<R>, Consumer<QueryHelper.ColumnMapperSpec<R, ?>>) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper
创建一个查询构造器,并返回指定的实体类型
select(SqlRequest, ResultWrapper<T, R>) - 类 中的方法org.hswebframework.web.crud.sql.DefaultJdbcExecutor
 
select(String, ResultWrapper<E, ?>) - 类 中的方法org.hswebframework.web.crud.sql.DefaultJdbcReactiveExecutor
 
select(Publisher<SqlRequest>, ResultWrapper<E, ?>) - 类 中的方法org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
select(String, Object...) - 类 中的方法org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
select(String, ResultWrapper<E, ?>) - 类 中的方法org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
select(SqlRequest, ResultWrapper<E, ?>) - 类 中的方法org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
SelectTable(String, Map<String, QueryAnalyzer.Column>, TableOrViewMetadata) - 类 的构造器org.hswebframework.web.crud.query.QueryAnalyzer.SelectTable
 
sendDeleteEvent(List<Object>, Class<Object>, BiFunction<List<Object>, Class<Object>, AsyncEvent>) - 类 中的方法org.hswebframework.web.crud.events.EntityEventListener
 
sendUpdateEvent(List<Object>, List<Object>, Class<Object>, Function3<List<Object>, List<Object>, Class<Object>, AsyncEvent>) - 类 中的方法org.hswebframework.web.crud.events.EntityEventListener
 
ServiceCrudController<E,K> - org.hswebframework.web.crud.web中的接口
 
ServiceDeleteController<E,K> - org.hswebframework.web.crud.web中的接口
 
ServiceQueryController<E,K> - org.hswebframework.web.crud.web中的接口
基于CrudService的查询控制器.
ServiceSaveController<E,K> - org.hswebframework.web.crud.web中的接口
 
setChildren(E, List<E>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
setChildren(E, List<E>) - 接口 中的方法org.hswebframework.web.crud.service.TreeSortEntityService
 
setDefaultMapperFactory(DefaultMapperFactory) - 类 中的方法org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
setDefaultPropertyCopier(DefaultPropertyCopier) - 类 中的方法org.hswebframework.web.crud.entity.factory.MapperEntityFactory
 
setDoNotFireEvent(Mono<T>) - 类 中的静态方法org.hswebframework.web.crud.events.EntityEventHelper
设置Mono不触发实体类事件 save(...) .as(EntityEventHelper::setDoNotFireEvent)
setDoNotFireEvent(Flux<T>) - 类 中的静态方法org.hswebframework.web.crud.events.EntityEventHelper
设置Flux不触发实体类事件 fetch() .as(EntityEventHelper::setDoNotFireEvent)
SNOW_FLAKE - 接口 中的静态变量org.hswebframework.web.crud.generator.Generators
 
snowFlakeStringIdGenerator() - 类 中的方法org.hswebframework.web.crud.configuration.EasyormConfiguration
 
SnowFlakeStringIdGenerator - org.hswebframework.web.crud.generator中的类
 
SnowFlakeStringIdGenerator() - 类 的构造器org.hswebframework.web.crud.generator.SnowFlakeStringIdGenerator
 
spelError(String, Throwable) - 类 中的方法org.hswebframework.web.crud.events.expr.SpelSqlExpressionInvoker
 
SpelSqlExpressionInvoker - org.hswebframework.web.crud.events.expr中的类
 
SpelSqlExpressionInvoker() - 类 的构造器org.hswebframework.web.crud.events.expr.SpelSqlExpressionInvoker
 
SpelSqlExpressionInvoker.SqlFunctions - org.hswebframework.web.crud.events.expr中的类
 
SqlExpressionInvoker - org.hswebframework.web.crud.events中的接口
 
SqlFunctions(Map<String, Object>) - 类 的构造器org.hswebframework.web.crud.events.expr.SpelSqlExpressionInvoker.SqlFunctions
 
substring(Object, int, int) - 类 中的方法org.hswebframework.web.crud.events.expr.SpelSqlExpressionInvoker.SqlFunctions
 
supports(HandlerResult) - 类 中的方法org.hswebframework.web.crud.web.ResponseMessageWrapper
 
supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - 类 中的方法org.hswebframework.web.crud.web.ResponseMessageWrapperAdvice
 
SyncRepositoryFactoryBean<E,PK> - org.hswebframework.web.crud.configuration中的类
 
SyncRepositoryFactoryBean() - 类 的构造器org.hswebframework.web.crud.configuration.SyncRepositoryFactoryBean
 
syncSqlExecutor() - 类 中的方法org.hswebframework.web.crud.configuration.JdbcSqlExecutorConfiguration
 
syncSqlExecutor(ReactiveSqlExecutor) - 类 中的方法org.hswebframework.web.crud.configuration.R2dbcSqlExecutorConfiguration
 

T

Table() - 类 的构造器org.hswebframework.web.crud.query.QueryAnalyzer.Table
 
TableMetadataCustomizer - org.hswebframework.web.crud.configuration中的接口
表结构自定义器,实现此接口来自定义表结构.
toHump(String) - 类 中的静态方法org.hswebframework.web.crud.query.QueryHelperUtils
 
toSnake(String) - 类 中的静态方法org.hswebframework.web.crud.query.QueryHelperUtils
 
toString() - 类 中的方法org.hswebframework.web.crud.events.EntityBeforeCreateEvent
 
toString() - 类 中的方法org.hswebframework.web.crud.events.EntityBeforeDeleteEvent
 
toString() - 类 中的方法org.hswebframework.web.crud.events.EntityBeforeModifyEvent
 
toString() - 类 中的方法org.hswebframework.web.crud.events.EntityBeforeQueryEvent
 
toString() - 类 中的方法org.hswebframework.web.crud.events.EntityBeforeSaveEvent
 
toString() - 类 中的方法org.hswebframework.web.crud.events.EntityCreatedEvent
 
toString() - 类 中的方法org.hswebframework.web.crud.events.EntityDeletedEvent
 
toString() - 类 中的方法org.hswebframework.web.crud.events.EntityModifyEvent
 
toString() - 类 中的方法org.hswebframework.web.crud.events.EntityPrepareCreateEvent
 
toString() - 类 中的方法org.hswebframework.web.crud.events.EntityPrepareModifyEvent
 
toString() - 类 中的方法org.hswebframework.web.crud.events.EntityPrepareSaveEvent
 
toString() - 类 中的方法org.hswebframework.web.crud.events.EntitySavedEvent
 
TransactionUtils - org.hswebframework.web.crud.utils中的类
 
TransactionUtils() - 类 的构造器org.hswebframework.web.crud.utils.TransactionUtils
 
transformPageResult(Mono<PagerResult<S>>, Function<List<S>, Mono<List<T>>>) - 接口 中的静态方法org.hswebframework.web.crud.query.QueryHelper
转换分页结果中的数据为另外一种数据
TreeSortEntityService<E extends TreeSortSupportEntity<K>,K> - org.hswebframework.web.crud.service中的接口
 
trim(Object) - 类 中的方法org.hswebframework.web.crud.events.expr.SpelSqlExpressionInvoker.SqlFunctions
 
tryFireEvent(Supplier<Mono<Void>>) - 类 中的静态方法org.hswebframework.web.crud.events.EntityEventHelper
 
tryRefactorPath(Flux<E>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
tryValidate(EventType, EventContext) - 类 中的方法org.hswebframework.web.crud.events.ValidateEventListener
 

U

update(SqlRequest) - 类 中的方法org.hswebframework.web.crud.sql.DefaultJdbcExecutor
 
update(Publisher<SqlRequest>) - 类 中的方法org.hswebframework.web.crud.sql.DefaultJdbcReactiveExecutor
 
update(String, Object...) - 类 中的方法org.hswebframework.web.crud.sql.DefaultJdbcReactiveExecutor
 
update(SqlRequest) - 类 中的方法org.hswebframework.web.crud.sql.DefaultJdbcReactiveExecutor
 
update(Publisher<SqlRequest>) - 类 中的方法org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
update(SqlRequest) - 类 中的方法org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
update(String, Object...) - 类 中的方法org.hswebframework.web.crud.sql.DefaultR2dbcExecutor
 
update(K, Mono<E>) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveSaveController
根据ID修改数据

以类注解@RequestMapping("/api/test")为例: PUT /api/test/{id} Content-Type: application/json { "name":"value" }
update(K, Mono<E>) - 接口 中的方法org.hswebframework.web.crud.web.reactive.ReactiveServiceSaveController
根据ID修改数据

以类注解@RequestMapping("/api/test")为例: PUT /api/test/{id} Content-Type: application/json { "name":"value" }
update(K, E) - 接口 中的方法org.hswebframework.web.crud.web.SaveController
 
update(K, E) - 接口 中的方法org.hswebframework.web.crud.web.ServiceSaveController
 
updateById(K, E) - 接口 中的方法org.hswebframework.web.crud.service.CrudService
 
updateById(K, Mono<E>) - 接口 中的方法org.hswebframework.web.crud.service.EnableCacheReactiveCrudService
 
updateById(K, Mono<E>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
updateById(K, E) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveCrudService
 
updateById(K, Mono<E>) - 接口 中的方法org.hswebframework.web.crud.service.ReactiveTreeSortEntityService
 
updateById(K, E) - 接口 中的方法org.hswebframework.web.crud.service.TreeSortEntityService
 
upper(Object) - 类 中的方法org.hswebframework.web.crud.events.expr.SpelSqlExpressionInvoker.SqlFunctions
 

V

validateEventListener() - 类 中的方法org.hswebframework.web.crud.configuration.EasyormConfiguration
 
ValidateEventListener - org.hswebframework.web.crud.events中的类
 
ValidateEventListener() - 类 的构造器org.hswebframework.web.crud.events.ValidateEventListener
 
valueOf(String) - 枚举 中的静态方法org.hswebframework.web.crud.configuration.EasyormProperties.DialectEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.hswebframework.web.crud.events.EntityEventPhase
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.hswebframework.web.crud.events.EntityEventType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.hswebframework.web.crud.configuration.EasyormProperties.DialectEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.hswebframework.web.crud.events.EntityEventPhase
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.hswebframework.web.crud.events.EntityEventType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

where(Consumer<Query<?, QueryParamEntity>>) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.NativeQuerySpec
以DSL方式构造查询条件 helper .select("select * from table t") .where(dsl->dsl.is("type","device"))
where(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.NativeQuerySpec
指定动态查询条件,通常用于前端动态传入查询条件 helper .select("select * from table t") .where(param) .fetch()
where(QueryParamEntity) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.WhereSpec
使用动态查询参数来作为查询条件,用于通过参数传递查询条件的场景
where(Consumer<Conditional<?>>) - 接口 中的方法org.hswebframework.web.crud.query.QueryHelper.WhereSpec
使用DSL方式来构造查询条件,用于编程式的构造查询条件 {@code // where t.name = ?
A B C D E F G H I J L M N O P Q R S T U V W 

Copyright © 2016–2023. All rights reserved.