public abstract class GenericReactiveCacheSupportCrudService<E,K> extends Object implements EnableCacheReactiveCrudService<E,K>
| 限定符和类型 | 字段和说明 |
|---|---|
protected ReactiveCache<E> |
cache |
| 构造器和说明 |
|---|
GenericReactiveCacheSupportCrudService() |
| 限定符和类型 | 方法和说明 |
|---|---|
ReactiveCache<E> |
getCache() |
String |
getCacheName() |
org.hswebframework.ezorm.rdb.mapping.ReactiveRepository<E,K> |
getRepository() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateDelete, createUpdate, deleteById, findById, findById, insert, insert, insertBatch, save, save, updateByIdcount, count, createQuery, deleteById, findById, findById, query, query, queryPager, queryPager, queryPager, queryPager, save, updateByIdprotected ReactiveCache<E> cache
public org.hswebframework.ezorm.rdb.mapping.ReactiveRepository<E,K> getRepository()
getRepository 在接口中 ReactiveCrudService<E,K>public ReactiveCache<E> getCache()
getCache 在接口中 EnableCacheReactiveCrudService<E,K>public String getCacheName()
Copyright © 2016–2022. All rights reserved.