| Modifier and Type | Method and Description |
|---|---|
Object |
CacheCoherentAspect.aroundCacheCoherentMethod(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint,
AbstractVectorAwareManagedDao durableDao) |
| Modifier and Type | Class and Description |
|---|---|
class |
ORMDao<I extends Serializable & Comparable<I>,D extends Durable<I>,F,N> |
| Modifier and Type | Method and Description |
|---|---|
Object |
TimerAspect.aroundTimerMethod(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint,
Timed timed,
AbstractVectorAwareManagedDao durableDao) |
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateDao<I extends Serializable & Comparable<I>,D extends HibernateDurable<I,D>> |
| Modifier and Type | Class and Description |
|---|---|
class |
JPADao<I extends Serializable & Comparable<I>,D extends Durable<I>> |
| Modifier and Type | Class and Description |
|---|---|
class |
MorphiaDao<I extends Serializable & Comparable<I>,D extends MorphiaDurable<I,D>> |
| Modifier and Type | Class and Description |
|---|---|
class |
QHibernateDao<I extends Serializable & Comparable<I>,D extends HibernateDurable<I,D>> |
| Modifier and Type | Class and Description |
|---|---|
class |
QJPADao<I extends Serializable & Comparable<I>,D extends JPADurable<I,D>> |
Copyright © 2020. All rights reserved.