|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.dao.support.DaoSupport org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb org.kuali.rice.krad.dao.impl.PersistenceDaoOjb
public class PersistenceDaoOjb
Field Summary |
---|
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
PersistenceDaoOjb()
|
Method Summary | |
---|---|
void |
clearCache()
|
boolean |
isProxied(Object object)
Asks ProxyHelper if the object is proxied |
Object |
resolveProxy(Object o)
|
void |
retrieveAllReferences(Object o)
|
void |
retrieveReference(Object o,
String referenceName)
|
Methods inherited from class org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb |
---|
getDbPlatform, setDbPlatform |
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport |
---|
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
---|
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PersistenceDaoOjb()
Method Detail |
---|
public void clearCache()
clearCache
in interface PersistenceDao
PersistenceDao.clearCache()
public Object resolveProxy(Object o)
resolveProxy
in interface PersistenceDao
PersistenceDao.resolveProxy(java.lang.Object)
public void retrieveAllReferences(Object o)
retrieveAllReferences
in interface PersistenceDao
PersistenceDao.retrieveAllReferences(java.lang.Object)
public void retrieveReference(Object o, String referenceName)
retrieveReference
in interface PersistenceDao
PersistenceDao.retrieveReference(java.lang.Object, java.lang.String)
public boolean isProxied(Object object)
isProxied
in interface PersistenceDao
object
- the object to determine if it is a proxy
PersistenceDao.isProxied(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |