| Interface | Description |
|---|---|
| LockedContext.Mutator<T> | |
| ShardedDao<T> |
| Class | Description |
|---|---|
| CacheableLookupDao<T> |
A write through/read through cache enabled dao to manage lookup and top level elements in the system.
|
| CacheableRelationalDao<T> |
A read/write through cache enabled
RelationalDao |
| LockedContext<T> | |
| LookupDao<T> |
A dao to manage lookup and top level elements in the system.
|
| LookupDao.ReadOnlyContext<T> | |
| RelationalDao<T> |
A dao used to work with entities related to a parent shard.
|
| UpdateOperationMeta | |
| WrapperDao<T,DaoType extends io.dropwizard.hibernate.AbstractDAO<T>> |
A dao used to wrap custom Dao's so that all operations on the DAO's are routed to the same shard for a parent key.
|
Copyright © 2016–2023. All rights reserved.