org.kuali.rice.krad.dao
Interface PersistenceDao

All Known Implementing Classes:
PersistenceDaoOjb, PersistenceDaoProxy

Deprecated. use new KRAD Data framework DataObjectService

@Deprecated
public interface PersistenceDao


Method Summary
 void clearCache()
          Deprecated.  
 boolean isProxied(Object object)
          Deprecated. Determines if the given object is proxied by the ORM or not
 Object resolveProxy(Object o)
          Deprecated.  
 void retrieveAllReferences(Object o)
          Deprecated.  
 void retrieveReference(Object o, String referenceName)
          Deprecated.  
 

Method Detail

clearCache

void clearCache()
Deprecated. 

resolveProxy

Object resolveProxy(Object o)
Deprecated. 

retrieveAllReferences

void retrieveAllReferences(Object o)
Deprecated. 

retrieveReference

void retrieveReference(Object o,
                       String referenceName)
Deprecated. 

isProxied

boolean isProxied(Object object)
Deprecated. 
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.