public abstract class GenericReactiveCacheSupportCrudService<E,K> extends Object implements EnableCacheReactiveCrudService<E,K>
| Modifier and Type | Field and Description |
|---|---|
protected ReactiveCache<E> |
cache |
| Constructor and Description |
|---|
GenericReactiveCacheSupportCrudService() |
| Modifier and Type | Method and Description |
|---|---|
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, insertBatch, save, updateByIdcount, count, createQuery, deleteById, findById, findById, insert, query, query, queryPager, queryPager, queryPager, queryPager, save, save, updateByIdprotected ReactiveCache<E> cache
public GenericReactiveCacheSupportCrudService()
public org.hswebframework.ezorm.rdb.mapping.ReactiveRepository<E,K> getRepository()
getRepository in interface ReactiveCrudService<E,K>public ReactiveCache<E> getCache()
getCache in interface EnableCacheReactiveCrudService<E,K>public String getCacheName()
Copyright © 2016–2021. All rights reserved.