| Modifier and Type | Method and Description |
|---|---|
VectoredDao<I,D> |
AbstractVectorAwareManagedDao.getVectoredDao() |
| Constructor and Description |
|---|
AbstractVectorAwareManagedDao(String metricSource,
VectoredDao<I,D> vectoredDao) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CacheDao<I extends Comparable<I>,D extends Durable<I>> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCacheDao<I extends Comparable<I>,D extends Durable<I>> |
| Modifier and Type | Method and Description |
|---|---|
VectoredDao<I,D> |
VectorAwareDao.getVectoredDao() |
| Constructor and Description |
|---|
CacheCoherentIterator(Iterator<D> durableIter,
Class<D> durableClass,
VectoredDao<I,D> vectoredDao) |
| Modifier and Type | Class and Description |
|---|---|
class |
ByKeyExtrinsicCacheDao<I extends Serializable & Comparable<I>,D extends Durable<I>> |
| Modifier and Type | Class and Description |
|---|---|
class |
ByKeyIntrinsicCacheDao<I extends Serializable & Comparable<I>,D extends Durable<I>> |
class |
ByReferenceIntrinsicCacheDao<I extends Serializable & Comparable<I>,D extends Durable<I>> |
| Constructor and Description |
|---|
ORMDao(ProxySession<N> proxySession,
VectoredDao<I,D> vectoredDao) |
| Constructor and Description |
|---|
HibernateDao(HibernateProxySession proxySession,
VectoredDao<I,D> vectoredDao) |
| Constructor and Description |
|---|
JDODao(JDOProxySession proxySession,
VectoredDao<I,D> vectoredDao) |
| Constructor and Description |
|---|
JPADao(JPAProxySession proxySession,
VectoredDao<I,D> vectoredDao) |
Copyright © 2013. All Rights Reserved.