SolarMetric Kodo JDO 3.2.4 generated on January 7 2005

Deprecated API

Deprecated Fields
kodo.runtime.FetchConfiguration.EAGER_FETCH_MULTIPLE
          Use FetchConfiguration.EAGER_PARALLEL 
kodo.runtime.FetchConfiguration.EAGER_FETCH_NONE
          Use FetchConfiguration.EAGER_NONE 
kodo.runtime.FetchConfiguration.EAGER_FETCH_SINGLE
          Use FetchConfiguration.EAGER_JOIN 
kodo.query.KodoQuery.FLUSH_FALSE
          Use FetchConfiguration.QUERY_FLUSH_FALSE 
kodo.query.KodoQuery.FLUSH_TRUE
          Use FetchConfiguration.QUERY_FLUSH_TRUE 
kodo.query.KodoQuery.FLUSH_WITH_CONNECTION
          Use FetchConfiguration.QUERY_FLUSH_WITH_CONNECTION 
 

Deprecated Methods
kodo.jdbc.meta.ColumnVersionIndicator.getColumn()
          use ColumnVersionIndicator.getColumns() instead. 
kodo.datacache.TangosolCache.getDistributedCache()
          It is no longer important to tell Kodo what type of a Coherence cache will be used, so this information may not be available if that data has not been conveyed to Kodo by the developer. 
kodo.runtime.SequenceGenerator.getNext()
          Use SequenceGenerator.next() instead. Implementations should ensure that the value returned is within the range of a long, and does not have a decimal part. 
kodo.runtime.KodoPersistenceManager.getState(Object)
          replaced by KodoPersistenceManagerSPI.getStateManager(java.lang.Object) 
kodo.runtime.KodoPersistenceManager.getStateManager(Object)
          replaced by KodoPersistenceManagerSPI.getStateManager(java.lang.Object) 
kodo.runtime.KodoPersistenceManager.getStoreManager(boolean)
          replaced by KodoPersistenceManagerSPI.getStoreManager(boolean) 
 


SolarMetric Kodo JDO 3.2.4 generated on January 7 2005

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.