public interface DbService
UnsupportedOperationException
.Copyright © Enremmeta LLC 2015. All Rights Reserved.
DbConfig
Modifier and Type | Method and Description |
---|---|
<T> DaoCache<T> |
getDaoCache(DaoCacheLoader<T> loader,
T nullValue,
long ttl,
long maxItems) |
<T> DaoCacheLoader<T> |
getDaoCacheLoader() |
DaoCounters |
getDaoCounters() |
DaoMapOfUserAttributes |
getDaoMapOfUserAttributes() |
DaoMapOfUserSegments |
getDaoMapOfUserSegments() |
<T> DaoShortLivedMap<T> |
getDaoShortLivedMap() |
<T> DaoShortLivedMap<T> |
getDaoShortLivedMap(Class<T> type) |
void |
init(DbConfig config) |
void init(DbConfig config) throws Lot49Exception
Lot49Exception
<T> DaoShortLivedMap<T> getDaoShortLivedMap(Class<T> type)
<T> DaoShortLivedMap<T> getDaoShortLivedMap()
<T> DaoCacheLoader<T> getDaoCacheLoader()
<T> DaoCache<T> getDaoCache(DaoCacheLoader<T> loader, T nullValue, long ttl, long maxItems)
DaoCounters getDaoCounters()
DaoMapOfUserAttributes getDaoMapOfUserAttributes()
DaoMapOfUserSegments getDaoMapOfUserSegments()