Package org.kuali.rice.krad.dao.impl
Class PersistenceDaoOjb
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
org.kuali.rice.krad.dao.impl.PersistenceDaoOjb
- All Implemented Interfaces:
org.kuali.rice.core.framework.persistence.dao.PlatformAwareDao,PersistenceDao,org.springframework.beans.factory.InitializingBean
@Deprecated
public class PersistenceDaoOjb
extends PlatformAwareDaoBaseOjb
implements PersistenceDao
Deprecated.
-
Field Summary
Fields inherited from class org.springframework.dao.support.DaoSupport
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.booleanDeprecated.Asks ProxyHelper if the object is proxiedDeprecated.voidDeprecated.voidretrieveReference(Object o, String referenceName) Deprecated.Methods inherited from class org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
getDbPlatform, setDbPlatformMethods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplateMethods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
-
Constructor Details
-
PersistenceDaoOjb
public PersistenceDaoOjb()Deprecated.
-
-
Method Details
-
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 ProxyHelper 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:
-