org.kuali.rice.krad.dao.proxy
Class PersistenceDaoProxy
java.lang.Object
   org.kuali.rice.krad.dao.proxy.PersistenceDaoProxy
org.kuali.rice.krad.dao.proxy.PersistenceDaoProxy
- All Implemented Interfaces: 
- PersistenceDao
- @Transactional
public class PersistenceDaoProxy 
- extends Object- implements PersistenceDao
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PersistenceDaoProxy
public PersistenceDaoProxy()
setPersistenceDaoJpa
public void setPersistenceDaoJpa(PersistenceDao persistenceDaoJpa)
- 
 
- 
 
setPersistenceDaoOjb
public void setPersistenceDaoOjb(PersistenceDao persistenceDaoOjb)
- 
 
- 
 
clearCache
public void clearCache()
- 
- Specified by:
- clearCachein interface- PersistenceDao
 
- 
- See Also:
- PersistenceDao.clearCache()
 
resolveProxy
public Object resolveProxy(Object o)
- 
- Specified by:
- resolveProxyin interface- PersistenceDao
 
- 
- See Also:
- PersistenceDao.resolveProxy(java.lang.Object)
 
retrieveAllReferences
public void retrieveAllReferences(Object o)
- 
- Specified by:
- retrieveAllReferencesin interface- PersistenceDao
 
- 
- See Also:
- PersistenceDao.retrieveAllReferences(java.lang.Object)
 
retrieveReference
public void retrieveReference(Object o,
                              String referenceName)
- 
- Specified by:
- retrieveReferencein interface- PersistenceDao
 
- 
- See Also:
- PersistenceDao.retrieveReference(java.lang.Object, java.lang.String)
 
isProxied
public boolean isProxied(Object object)
- Asks proper DAO implementation if the object is proxied
 
- 
- Specified by:
- isProxiedin interface- PersistenceDao
 
- 
- Parameters:
- object- the object to determine if it is a proxy
- Returns:
- true if the object is an ORM proxy; false otherwise
- See Also:
- PersistenceDao.isProxied(java.lang.Object)
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.