@Deprecated public class PersistenceDaoOjb extends PlatformAwareDaoBaseOjb implements PersistenceDao
| Constructor and Description |
|---|
PersistenceDaoOjb()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearCache()
Deprecated.
|
boolean |
isProxied(Object object)
Deprecated.
Asks ProxyHelper if the object is proxied
|
Object |
resolveProxy(Object o)
Deprecated.
|
void |
retrieveAllReferences(Object o)
Deprecated.
|
void |
retrieveReference(Object o,
String referenceName)
Deprecated.
|
getDbPlatform, setDbPlatformpublic PersistenceDaoOjb()
public void clearCache()
clearCache in interface PersistenceDaoPersistenceDao.clearCache()public Object resolveProxy(Object o)
resolveProxy in interface PersistenceDaoPersistenceDao.resolveProxy(java.lang.Object)public void retrieveAllReferences(Object o)
retrieveAllReferences in interface PersistenceDaoPersistenceDao.retrieveAllReferences(java.lang.Object)public void retrieveReference(Object o, String referenceName)
retrieveReference in interface PersistenceDaoPersistenceDao.retrieveReference(java.lang.Object, java.lang.String)public boolean isProxied(Object object)
isProxied in interface PersistenceDaoobject - the object to determine if it is a proxyPersistenceDao.isProxied(java.lang.Object)Copyright © 2005–2016 The Kuali Foundation. All rights reserved.