| 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 Serializable & Comparable<I>,D extends Durable<I>> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCacheDao<I extends Serializable & Comparable<I>,D extends Durable<I>> |
| Modifier and Type | Method and Description |
|---|---|
VectoredDao<I,D> |
VectorAwareDao.getVectoredDao() |
| Constructor and Description |
|---|
CacheCoherentIterable(Iterable<D> durableIterable,
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<F,N> proxySession,
VectoredDao<I,D> vectoredDao) |
| Constructor and Description |
|---|
HibernateDao(HibernateProxySession proxySession,
VectoredDao<I,D> vectoredDao) |
| Constructor and Description |
|---|
JPADao(JPAProxySession proxySession,
VectoredDao<I,D> vectoredDao) |
| Constructor and Description |
|---|
MorphiaDao(MorphiaProxySession proxySession,
VectoredDao<I,D> vectoredDao) |
| Constructor and Description |
|---|
QHibernateDao(ProxySession<org.hibernate.SessionFactory,org.hibernate.Session> proxySession,
VectoredDao<I,D> vectoredDao) |
| Constructor and Description |
|---|
QJPADao(ProxySession<javax.persistence.EntityManagerFactory,javax.persistence.EntityManager> proxySession,
VectoredDao<I,D> vectoredDao) |
Copyright © 2020. All rights reserved.