public class DefaultAuthorizationSettingService extends GenericReactiveCrudService<AuthorizationSettingEntity,String>
| 构造器和说明 |
|---|
DefaultAuthorizationSettingService() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
clearUserAuthCache(List<AuthorizationSettingEntity> settings) |
org.hswebframework.ezorm.rdb.mapping.ReactiveDelete |
createDelete() |
org.hswebframework.ezorm.rdb.mapping.ReactiveUpdate<AuthorizationSettingEntity> |
createUpdate() |
reactor.core.publisher.Mono<Integer> |
deleteById(org.reactivestreams.Publisher<String> idPublisher) |
protected AuthorizationSettingEntity |
generateId(AuthorizationSettingEntity entity) |
reactor.core.publisher.Mono<Integer> |
insert(org.reactivestreams.Publisher<AuthorizationSettingEntity> entityPublisher) |
reactor.core.publisher.Mono<Integer> |
insertBatch(org.reactivestreams.Publisher<? extends Collection<AuthorizationSettingEntity>> entityPublisher) |
reactor.core.publisher.Mono<org.hswebframework.ezorm.rdb.mapping.defaults.SaveResult> |
save(org.reactivestreams.Publisher<AuthorizationSettingEntity> entityPublisher) |
reactor.core.publisher.Mono<Integer> |
updateById(String id,
reactor.core.publisher.Mono<AuthorizationSettingEntity> entityPublisher) |
getRepositoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, createQuery, findById, findById, findById, findById, query, query, queryPager, queryPager, queryPager, queryPagerprotected AuthorizationSettingEntity generateId(AuthorizationSettingEntity entity)
public reactor.core.publisher.Mono<org.hswebframework.ezorm.rdb.mapping.defaults.SaveResult> save(org.reactivestreams.Publisher<AuthorizationSettingEntity> entityPublisher)
public reactor.core.publisher.Mono<Integer> updateById(String id, reactor.core.publisher.Mono<AuthorizationSettingEntity> entityPublisher)
public reactor.core.publisher.Mono<Integer> deleteById(org.reactivestreams.Publisher<String> idPublisher)
public reactor.core.publisher.Mono<Integer> insert(org.reactivestreams.Publisher<AuthorizationSettingEntity> entityPublisher)
public reactor.core.publisher.Mono<Integer> insertBatch(org.reactivestreams.Publisher<? extends Collection<AuthorizationSettingEntity>> entityPublisher)
public org.hswebframework.ezorm.rdb.mapping.ReactiveUpdate<AuthorizationSettingEntity> createUpdate()
public org.hswebframework.ezorm.rdb.mapping.ReactiveDelete createDelete()
protected void clearUserAuthCache(List<AuthorizationSettingEntity> settings)
Copyright © 2016–2020. All rights reserved.