跳过导航链接
A C D E G I L O P R S T U V 

A

AbstractService<E extends Entity,PK> - org.hswebframework.web.service中的类
抽象服务类,提供通用模板方法、类,如验证器,实体工厂等
AbstractService() - 类 的构造器org.hswebframework.web.service.AbstractService
 
AbstractTreeSortService<E extends TreeSortSupportEntity<PK>,PK> - org.hswebframework.web.service中的类
抽象树形结构服务类
AbstractTreeSortService() - 类 的构造器org.hswebframework.web.service.AbstractTreeSortService
 
applyPath(E) - 类 中的方法org.hswebframework.web.service.AbstractTreeSortService
 
assertNotNull(Object) - 类 中的静态方法org.hswebframework.web.service.AbstractService
 
assertNotNull(Object, String) - 类 中的静态方法org.hswebframework.web.service.AbstractService
 

C

count() - 接口 中的方法org.hswebframework.web.service.DefaultDSLQueryService
 
count(Entity) - 接口 中的方法org.hswebframework.web.service.DefaultQueryByEntityService
查询记录总数,用于分页等操作。
count() - 类 中的方法org.hswebframework.web.service.EnableCacheAllEvictGenericEntityService
 
count() - 类 中的方法org.hswebframework.web.service.EnableCacheAllEvictTreeSortService
 
count() - 类 中的方法org.hswebframework.web.service.EnableCacheGenericEntityService
 
count() - 类 中的方法org.hswebframework.web.service.EnableCacheTreeSortService
 
createDelete() - 接口 中的方法org.hswebframework.web.service.DefaultDSLDeleteService
 
createDelete(DeleteByEntityDao) - 接口 中的静态方法org.hswebframework.web.service.DefaultDSLDeleteService
 
createDelete(Delete.Executor<DeleteParamEntity>) - 接口 中的静态方法org.hswebframework.web.service.DefaultDSLDeleteService
自定义一个删除执行器。
createEntity() - 类 中的方法org.hswebframework.web.service.AbstractService
 
createParentIdOnExists() - 类 中的方法org.hswebframework.web.service.AbstractTreeSortService
 
createQuery() - 接口 中的方法org.hswebframework.web.service.DefaultDSLQueryService
创建本服务的dsl查询操作对象 可通过返回的Query对象进行dsl方式操作如:
createQuery().where("id",1).single();
createQuery(QueryByEntityDao<PO>) - 接口 中的静态方法org.hswebframework.web.service.DefaultDSLQueryService
指定一个dao映射接口,接口需继承QueryByEntityDao创建dsl数据查询对象
可通过返回的Query对象进行dsl方式操作如:
createQuery(userMapper).where("id",1).single();
createUpdate(E) - 接口 中的方法org.hswebframework.web.service.DefaultDSLUpdateService
 
createUpdate() - 接口 中的方法org.hswebframework.web.service.DefaultDSLUpdateService
 
createUpdate(UpdateByEntityDao) - 接口 中的静态方法org.hswebframework.web.service.DefaultDSLUpdateService
 
createUpdate(UpdateByEntityDao, E) - 接口 中的静态方法org.hswebframework.web.service.DefaultDSLUpdateService
 
createValidator(Class) - 类 中的方法org.hswebframework.web.service.DefaultLogicPrimaryKeyValidator
 

D

dataExisted(E) - 类 中的方法org.hswebframework.web.service.GenericEntityService
 
DefaultDeleteService<E,PK> - org.hswebframework.web.service中的接口
 
DefaultDSLDeleteService<E,PK> - org.hswebframework.web.service中的接口
 
DefaultDSLQueryService<E,PK> - org.hswebframework.web.service中的接口
 
DefaultDSLUpdateService<E,PK> - org.hswebframework.web.service中的接口
默认的DSL方式更新服务
DefaultLogicPrimaryKeyValidator - org.hswebframework.web.service中的类
 
DefaultLogicPrimaryKeyValidator() - 类 的构造器org.hswebframework.web.service.DefaultLogicPrimaryKeyValidator
 
DefaultQueryByEntityService<E> - org.hswebframework.web.service中的接口
 
deleteByPk(PK) - 类 中的方法org.hswebframework.web.service.AbstractTreeSortService
 
deleteByPk(PK) - 接口 中的方法org.hswebframework.web.service.DefaultDeleteService
根据主键删除记录
deleteByPk(PK) - 类 中的方法org.hswebframework.web.service.EnableCacheAllEvictGenericEntityService
 
deleteByPk(PK) - 类 中的方法org.hswebframework.web.service.EnableCacheAllEvictTreeSortService
 
deleteByPk(PK) - 类 中的方法org.hswebframework.web.service.EnableCacheGenericEntityService
 
deleteByPk(PK) - 类 中的方法org.hswebframework.web.service.EnableCacheTreeSortService
 
deleteByPk(PK) - 类 中的方法org.hswebframework.web.service.GenericEntityService
 

E

EnableCacheAllEvictGenericEntityService<E extends GenericEntity<PK>,PK> - org.hswebframework.web.service中的类
 
EnableCacheAllEvictGenericEntityService() - 类 的构造器org.hswebframework.web.service.EnableCacheAllEvictGenericEntityService
 
EnableCacheAllEvictTreeSortService<E extends TreeSortSupportEntity<PK>,PK> - org.hswebframework.web.service中的类
 
EnableCacheAllEvictTreeSortService() - 类 的构造器org.hswebframework.web.service.EnableCacheAllEvictTreeSortService
 
EnableCacheGenericEntityService<E extends GenericEntity<PK>,PK> - org.hswebframework.web.service中的类
启用缓冲的通用实体曾删改查服务,继承此类 在类上注解CacheConfig即可
EnableCacheGenericEntityService() - 类 的构造器org.hswebframework.web.service.EnableCacheGenericEntityService
 
EnableCacheTreeSortService<E extends TreeSortSupportEntity<PK>,PK> - org.hswebframework.web.service中的类
 
EnableCacheTreeSortService() - 类 的构造器org.hswebframework.web.service.EnableCacheTreeSortService
 
entityFactory - 类 中的变量org.hswebframework.web.service.AbstractService
 
entityFactoryIsEnabled() - 类 中的方法org.hswebframework.web.service.AbstractService
 
entityType - 类 中的变量org.hswebframework.web.service.AbstractService
 
eventPublisher - 类 中的变量org.hswebframework.web.service.GenericEntityService
 

G

GenericEntityService<E extends GenericEntity<PK>,PK> - org.hswebframework.web.service中的类
通用实体服务类,提供增删改查的默认实现
GenericEntityService() - 类 的构造器org.hswebframework.web.service.GenericEntityService
 
GenericService<E,PK> - org.hswebframework.web.service中的接口
 
GenericsPayloadApplicationEvent<E> - org.hswebframework.web.service中的类
动态泛型事件,用于动态发布支持泛型的事件 //相当于发布事件: EntityModifyEvent<UserEntity> eventPublisher .publishEvent(new GenericsPayloadApplicationEvent<>(this, new EntityModifyEvent<>(oldEntity, newEntity), UserEntity.class)); //只监听相同泛型事件 @EventListener public handleEvent(EntityModifyEvent<UserEntity> event){ }
GenericsPayloadApplicationEvent(Object, E, Class...) - 类 的构造器org.hswebframework.web.service.GenericsPayloadApplicationEvent
 
getDao() - 接口 中的方法org.hswebframework.web.service.DefaultDSLDeleteService
 
getDao() - 接口 中的方法org.hswebframework.web.service.DefaultDSLUpdateService
 
getDao() - 接口 中的方法org.hswebframework.web.service.DefaultQueryByEntityService
 
getDao() - 接口 中的方法org.hswebframework.web.service.GenericService
 
getEntityInstanceType() - 类 中的方法org.hswebframework.web.service.AbstractService
 
getEntityType() - 类 中的方法org.hswebframework.web.service.AbstractService
 
getIDGenerator() - 类 中的方法org.hswebframework.web.service.GenericEntityService
获取ID生成器,在insert的时候,如果ID为空,则调用生成器进行生成
getInstrance() - 类 中的静态方法org.hswebframework.web.service.DefaultLogicPrimaryKeyValidator
 
getPrimaryKeyType() - 类 中的方法org.hswebframework.web.service.AbstractService
 
getResolvableType() - 类 中的方法org.hswebframework.web.service.GenericsPayloadApplicationEvent
 

I

init() - 类 中的方法org.hswebframework.web.service.GenericEntityService
 
insert(E) - 类 中的方法org.hswebframework.web.service.AbstractTreeSortService
 
insert(E) - 类 中的方法org.hswebframework.web.service.EnableCacheAllEvictGenericEntityService
 
insert(E) - 类 中的方法org.hswebframework.web.service.EnableCacheAllEvictTreeSortService
 
insert(E) - 类 中的方法org.hswebframework.web.service.EnableCacheGenericEntityService
 
insert(E) - 类 中的方法org.hswebframework.web.service.EnableCacheTreeSortService
 
insert(E) - 类 中的方法org.hswebframework.web.service.GenericEntityService
 
insertBatch(Collection<E>) - 类 中的方法org.hswebframework.web.service.AbstractTreeSortService
 

L

logger - 类 中的变量org.hswebframework.web.service.AbstractService
 
logicPrimaryKeyValidator - 类 中的变量org.hswebframework.web.service.AbstractService
 

O

org.hswebframework.web.service - 程序包 org.hswebframework.web.service
 

P

physicalDeleteByPk(PK) - 类 中的方法org.hswebframework.web.service.GenericEntityService
 
primaryKeyType - 类 中的变量org.hswebframework.web.service.AbstractService
 
pushCreatedEvent() - 类 中的方法org.hswebframework.web.service.GenericEntityService
 
pushModifyEvent() - 类 中的方法org.hswebframework.web.service.GenericEntityService
 

R

registerQuerySuppiler(Class<T>, Function<T, Query<T, QueryParamEntity>>) - 类 中的静态方法org.hswebframework.web.service.DefaultLogicPrimaryKeyValidator
 

S

saveOrUpdate(E) - 类 中的方法org.hswebframework.web.service.EnableCacheAllEvictGenericEntityService
 
saveOrUpdate(E) - 类 中的方法org.hswebframework.web.service.EnableCacheAllEvictTreeSortService
 
saveOrUpdate(E) - 类 中的方法org.hswebframework.web.service.EnableCacheGenericEntityService
 
saveOrUpdate(E) - 类 中的方法org.hswebframework.web.service.EnableCacheTreeSortService
 
saveOrUpdate(E) - 类 中的方法org.hswebframework.web.service.GenericEntityService
 
saveOrUpdateForSingle(E) - 类 中的方法org.hswebframework.web.service.AbstractTreeSortService
 
select() - 接口 中的方法org.hswebframework.web.service.DefaultDSLQueryService
 
select(Entity) - 接口 中的方法org.hswebframework.web.service.DefaultQueryByEntityService
根据查询参数进行查询,参数可使用 Query进行构建
select() - 类 中的方法org.hswebframework.web.service.EnableCacheAllEvictGenericEntityService
 
select() - 类 中的方法org.hswebframework.web.service.EnableCacheAllEvictTreeSortService
 
select() - 类 中的方法org.hswebframework.web.service.EnableCacheGenericEntityService
 
select() - 类 中的方法org.hswebframework.web.service.EnableCacheTreeSortService
 
selectAllChildNode(PK) - 类 中的方法org.hswebframework.web.service.AbstractTreeSortService
 
selectAllChildNode(PK) - 类 中的方法org.hswebframework.web.service.EnableCacheAllEvictTreeSortService
 
selectByPk(PK) - 类 中的方法org.hswebframework.web.service.EnableCacheAllEvictGenericEntityService
 
selectByPk(List<PK>) - 类 中的方法org.hswebframework.web.service.EnableCacheAllEvictGenericEntityService
 
selectByPk(PK) - 类 中的方法org.hswebframework.web.service.EnableCacheAllEvictTreeSortService
 
selectByPk(List<PK>) - 类 中的方法org.hswebframework.web.service.EnableCacheAllEvictTreeSortService
 
selectByPk(PK) - 类 中的方法org.hswebframework.web.service.EnableCacheGenericEntityService
 
selectByPk(PK) - 类 中的方法org.hswebframework.web.service.EnableCacheTreeSortService
 
selectByPk(PK) - 类 中的方法org.hswebframework.web.service.GenericEntityService
 
selectByPk(List<PK>) - 类 中的方法org.hswebframework.web.service.GenericEntityService
 
selectChildNode(PK) - 类 中的方法org.hswebframework.web.service.AbstractTreeSortService
 
selectChildNode(PK) - 类 中的方法org.hswebframework.web.service.EnableCacheAllEvictTreeSortService
 
selectPager(Entity) - 接口 中的方法org.hswebframework.web.service.DefaultQueryByEntityService
分页进行查询数据,查询条件同 select(org.hswebframework.web.commons.entity.Entity)
selectParentNode(PK) - 类 中的方法org.hswebframework.web.service.AbstractTreeSortService
 
selectParentNode(PK) - 类 中的方法org.hswebframework.web.service.EnableCacheAllEvictTreeSortService
 
selectSingle(Entity) - 接口 中的方法org.hswebframework.web.service.DefaultQueryByEntityService
查询只返回单个结果,如果有多个结果,只返回第一个
setEntityFactory(EntityFactory) - 类 中的方法org.hswebframework.web.service.AbstractService
 
setEventPublisher(ApplicationEventPublisher) - 类 中的方法org.hswebframework.web.service.GenericEntityService
 
setLogicPrimaryKeyValidator(LogicPrimaryKeyValidator) - 类 中的方法org.hswebframework.web.service.AbstractService
 
setValidator(Validator) - 类 中的方法org.hswebframework.web.service.AbstractService
 

T

tryValidate(Object, String, Class...) - 类 中的方法org.hswebframework.web.service.AbstractService
 
tryValidate(Class<T>, String, Object, Class...) - 类 中的方法org.hswebframework.web.service.AbstractService
 
tryValidate(Object, Class...) - 类 中的方法org.hswebframework.web.service.AbstractService
 
tryValidateProperty(Validator<T>, String, T) - 类 中的方法org.hswebframework.web.service.AbstractService
 
tryValidateProperty(Validator<T>, String, T, String) - 类 中的方法org.hswebframework.web.service.AbstractService
 
tryValidateProperty(boolean, String, String) - 类 中的方法org.hswebframework.web.service.AbstractService
 

U

updateBatch(Collection<E>) - 类 中的方法org.hswebframework.web.service.AbstractTreeSortService
 
updateBatch(Collection<E>) - 类 中的方法org.hswebframework.web.service.EnableCacheAllEvictTreeSortService
 
updateBatch(Collection<E>) - 类 中的方法org.hswebframework.web.service.EnableCacheTreeSortService
 
updateByPk(E) - 类 中的方法org.hswebframework.web.service.AbstractTreeSortService
 
updateByPk(List<E>) - 类 中的方法org.hswebframework.web.service.EnableCacheAllEvictGenericEntityService
 
updateByPk(PK, E) - 类 中的方法org.hswebframework.web.service.EnableCacheAllEvictGenericEntityService
 
updateByPk(List<E>) - 类 中的方法org.hswebframework.web.service.EnableCacheAllEvictTreeSortService
 
updateByPk(PK, E) - 类 中的方法org.hswebframework.web.service.EnableCacheAllEvictTreeSortService
 
updateByPk(List<E>) - 类 中的方法org.hswebframework.web.service.EnableCacheGenericEntityService
 
updateByPk(PK, E) - 类 中的方法org.hswebframework.web.service.EnableCacheGenericEntityService
 
updateByPk(List<E>) - 类 中的方法org.hswebframework.web.service.EnableCacheTreeSortService
 
updateByPk(PK, E) - 类 中的方法org.hswebframework.web.service.EnableCacheTreeSortService
 
updateByPk(PK, E) - 类 中的方法org.hswebframework.web.service.GenericEntityService
 
updateByPk(E) - 类 中的方法org.hswebframework.web.service.GenericEntityService
 
updateByPk(List<E>) - 类 中的方法org.hswebframework.web.service.GenericEntityService
 

V

validate(Object, Class...) - 类 中的方法org.hswebframework.web.service.DefaultLogicPrimaryKeyValidator
 
validator - 类 中的变量org.hswebframework.web.service.AbstractService
 
A C D E G I L O P R S T U V 
跳过导航链接

Copyright © 2016–2019. All rights reserved.