Package org.kuali.rice.krad.dao.proxy
Class PersistenceDaoProxy
java.lang.Object
org.kuali.rice.krad.dao.proxy.PersistenceDaoProxy
- All Implemented Interfaces:
PersistenceDao
@Deprecated
@Transactional
public class PersistenceDaoProxy
extends Object
implements PersistenceDao
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.booleanDeprecated.Asks proper DAO implementation if the object is proxiedDeprecated.voidDeprecated.voidretrieveReference(Object o, String referenceName) Deprecated.voidsetPersistenceDaoOjb(PersistenceDao persistenceDaoOjb) Deprecated.
-
Constructor Details
-
PersistenceDaoProxy
public PersistenceDaoProxy()Deprecated.
-
-
Method Details
-
setPersistenceDaoOjb
Deprecated. -
clearCache
public void clearCache()Deprecated.- Specified by:
clearCachein interfacePersistenceDao- See Also:
-
resolveProxy
Deprecated.- Specified by:
resolveProxyin interfacePersistenceDao- See Also:
-
retrieveAllReferences
Deprecated.- Specified by:
retrieveAllReferencesin interfacePersistenceDao- See Also:
-
retrieveReference
Deprecated.- Specified by:
retrieveReferencein interfacePersistenceDao- See Also:
-
isProxied
Deprecated.Asks proper DAO implementation if the object is proxied- Specified by:
isProxiedin interfacePersistenceDao- Parameters:
object- the object to determine if it is a proxy- Returns:
- true if the object is an ORM proxy; false otherwise
- See Also:
-