| Modifier and Type | Method and Description |
|---|---|
Object |
ORMBasedCacheAsAspect.aroundCacheAsMethod(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint,
CacheAs cacheAs,
ORMDao ormDao) |
void |
ORMBasedCachedWithAspect.aroundDeleteMethod(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint,
ORMDao ormDao,
Durable durable) |
Object |
ORMBasedCachedWithAspect.aroundPersistMethod(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint,
ORMDao ormDao) |
| Constructor and Description |
|---|
ByKeyRosterIterator(ORMDao<I,D,?,?> ormDao,
ListIterator<DurableKey<I,D>> keyListIterator) |
| Modifier and Type | Method and Description |
|---|---|
static <I extends Serializable & Comparable<I>,D extends Durable<I>> |
OrmDaoManager.get(Class<D> durableClass) |
static ORMDao |
OrmDaoManager.get(String name) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OrmDaoManager.register(Class<? extends Durable> durableClass,
ORMDao ormDao) |
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateDao<I extends Serializable & Comparable<I>,D extends Durable<I>> |
| Modifier and Type | Class and Description |
|---|---|
class |
JDODao<I extends Serializable & Comparable<I>,D extends Durable<I>> |
| 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>> |
Copyright © 2017. All rights reserved.