Kodo 4.2.0. generated on July 28 2008

kodo.runtime
Class KodoPersistenceManager

java.lang.Object
  extended by PersistenceManagerImpl
      extended by kodo.runtime.KodoPersistenceManager

Deprecated.

public class KodoPersistenceManager
extends PersistenceManagerImpl

A Kodo 3.x backwards-compatible interface to persistence managers.


Field Summary
static int LOOKUP_CHECK
          Deprecated.  
static int LOOKUP_HOLLOW
          Deprecated.  
 
Constructor Summary
KodoPersistenceManager(KodoPersistenceManagerFactory pmf, Broker broker)
          Deprecated.  
 
Method Summary
 Object attach(Object pc)
          Deprecated.  
 Collection attachAll(Collection pcs)
          Deprecated.  
 Object[] attachAll(Object[] pcs)
          Deprecated.  
 Object detach(Object pc)
          Deprecated.  
 Collection detachAll(Collection pcs)
          Deprecated.  
 Object[] detachAll(Object[] pcs)
          Deprecated.  
 boolean getAttachFetchFields()
          Deprecated.  
 int getDetachFields()
          Deprecated.  
 boolean getDetachOnClose()
          Deprecated.  
 Extent getExtent(Class type)
          Deprecated.  
 Extent getExtent(Class type, boolean subclasses)
          Deprecated.  
 FetchConfiguration getFetchConfiguration()
          Deprecated.  
 Object getObjectById(Object oid, boolean validate)
          Deprecated.  
 int getObjectLookupMode()
          Deprecated.  
 Collection getObjectsById(Collection oids, boolean validate)
          Deprecated.  
 Object[] getObjectsById(Object[] oids, boolean validate)
          Deprecated.  
 PersistenceManagerFactory getPersistenceManagerFactory()
          Deprecated.  
 boolean getRetainValuesInOptimistic()
          Deprecated.  
 boolean isPopulateDataCache()
          Deprecated.  
protected  Query newQueryInternal(Query del)
          Deprecated.  
 void registerListener(TransactionListener tl)
          Deprecated.  
 boolean removeListener(TransactionListener tl)
          Deprecated.  
 void setAttachFetchFields(boolean attachFetchFields)
          Deprecated.  
 void setDetachFields(int mode)
          Deprecated.  
 void setDetachOnClose(boolean detach)
          Deprecated.  
 void setObjectLookupMode(int mode)
          Deprecated.  
 void setPopulateDataCache(boolean populate)
          Deprecated.  
 void setRetainValuesInOptimistic(boolean retain)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOOKUP_CHECK

public static final int LOOKUP_CHECK
Deprecated. 
See Also:
Constant Field Values

LOOKUP_HOLLOW

public static final int LOOKUP_HOLLOW
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

KodoPersistenceManager

public KodoPersistenceManager(KodoPersistenceManagerFactory pmf,
                              Broker broker)
Deprecated. 
Method Detail

getPersistenceManagerFactory

public PersistenceManagerFactory getPersistenceManagerFactory()
Deprecated. 

getRetainValuesInOptimistic

public boolean getRetainValuesInOptimistic()
Deprecated. 

setRetainValuesInOptimistic

public void setRetainValuesInOptimistic(boolean retain)
Deprecated. 

getObjectLookupMode

public int getObjectLookupMode()
Deprecated. 

setObjectLookupMode

public void setObjectLookupMode(int mode)
Deprecated. 

getFetchConfiguration

public FetchConfiguration getFetchConfiguration()
Deprecated. 

registerListener

public void registerListener(TransactionListener tl)
Deprecated. 

removeListener

public boolean removeListener(TransactionListener tl)
Deprecated. 

getObjectById

public Object getObjectById(Object oid,
                            boolean validate)
Deprecated. 

getObjectsById

public Collection getObjectsById(Collection oids,
                                 boolean validate)
Deprecated. 

getObjectsById

public Object[] getObjectsById(Object[] oids,
                               boolean validate)
Deprecated. 

getDetachOnClose

public boolean getDetachOnClose()
Deprecated. 

setDetachOnClose

public void setDetachOnClose(boolean detach)
Deprecated. 

setAttachFetchFields

public void setAttachFetchFields(boolean attachFetchFields)
Deprecated. 

getAttachFetchFields

public boolean getAttachFetchFields()
Deprecated. 

getDetachFields

public int getDetachFields()
Deprecated. 

setDetachFields

public void setDetachFields(int mode)
Deprecated. 

detach

public Object detach(Object pc)
Deprecated. 

detachAll

public Collection detachAll(Collection pcs)
Deprecated. 

detachAll

public Object[] detachAll(Object[] pcs)
Deprecated. 

attach

public Object attach(Object pc)
Deprecated. 

attachAll

public Collection attachAll(Collection pcs)
Deprecated. 

attachAll

public Object[] attachAll(Object[] pcs)
Deprecated. 

isPopulateDataCache

public boolean isPopulateDataCache()
Deprecated. 

setPopulateDataCache

public void setPopulateDataCache(boolean populate)
Deprecated. 

getExtent

public Extent getExtent(Class type)
Deprecated. 

getExtent

public Extent getExtent(Class type,
                        boolean subclasses)
Deprecated. 

newQueryInternal

protected Query newQueryInternal(Query del)
Deprecated. 

Kodo 4.2.0. generated on July 28 2008

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.