Package org.kuali.rice.krad.dao
Interface PersistenceDao
- All Known Implementing Classes:
PersistenceDaoOjb,PersistenceDaoProxy
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.booleanDeprecated.Determines if the given object is proxied by the ORM or notDeprecated.voidDeprecated.voidretrieveReference(Object o, String referenceName) Deprecated.
-
Method Details
-
clearCache
void clearCache()Deprecated. -
resolveProxy
Deprecated. -
retrieveAllReferences
Deprecated. -
retrieveReference
Deprecated. -
isProxied
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
-
DataObjectService