|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 PersistenceDaoPersistenceDao.clearCache()public Object resolveProxy(Object o)
resolveProxy in interface PersistenceDaoPersistenceDao.resolveProxy(java.lang.Object)public void retrieveAllReferences(Object o)
retrieveAllReferences in interface PersistenceDaoPersistenceDao.retrieveAllReferences(java.lang.Object)
public void retrieveReference(Object o,
String referenceName)
retrieveReference in interface PersistenceDaoPersistenceDao.retrieveReference(java.lang.Object, java.lang.String)public boolean isProxied(Object object)
isProxied in interface PersistenceDaoobject - 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 | |||||||||