org.kuali.rice.krad.dao
Interface PersistenceDao
- All Known Implementing Classes: 
- PersistenceDaoJpa, PersistenceDaoOjb, PersistenceDaoProxy
- public interface PersistenceDao 
 
clearCache
void clearCache()
- 
 
resolveProxy
Object resolveProxy(Object o)
- 
 
retrieveAllReferences
void retrieveAllReferences(Object o)
- 
 
retrieveReference
void retrieveReference(Object o,
                       String referenceName)
- 
 
isProxied
boolean isProxied(Object object)
- Determines if the given object is proxied by the ORM or not
 
- 
- Parameters:
- object- the object to determine if it is a proxy
- Returns:
- true if the object is an ORM proxy; false otherwise
 
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.