SolarMetric Kodo JDO 3.4.1 generated on May 30 2006

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 
kodo.util.Id.id
          Use Id.getKey(). 
kodo.util.Id.type
          Use Id.getTargetClass(). 
 

Deprecated Methods
kodo.jdbc.sql.SQLBuffer.appendValue(boolean)
          use SQLBuffer.appendValue(boolean,Column) instead 
kodo.jdbc.sql.SQLBuffer.appendValue(byte)
          use SQLBuffer.appendValue(byte,Column) instead 
kodo.jdbc.sql.SQLBuffer.appendValue(char)
          use SQLBuffer.appendValue(char,Column) instead 
kodo.jdbc.sql.SQLBuffer.appendValue(double)
          use SQLBuffer.appendValue(double,Column) instead 
kodo.jdbc.sql.SQLBuffer.appendValue(float)
          use SQLBuffer.appendValue(float,Column) instead 
kodo.jdbc.sql.SQLBuffer.appendValue(int)
          use SQLBuffer.appendValue(int,Column) instead 
kodo.jdbc.sql.SQLBuffer.appendValue(long)
          use SQLBuffer.appendValue(long,Column) instead 
kodo.jdbc.sql.SQLBuffer.appendValue(Object)
          use SQLBuffer.appendValue(Object,Column) instead 
kodo.jdbc.sql.SQLBuffer.appendValue(short)
          use SQLBuffer.appendValue(short,Column) instead 
kodo.jdbc.meta.ColumnVersionIndicator.getColumn()
          use ColumnVersionIndicator.getColumns() instead. 
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.PersistenceManagerImpl.getState(Object)
          see KodoPersistenceManager#getState(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) 
kodo.remote.ClientPersistenceManagerFactory.registerTransferListener(RemoteTransferListener)
          replaced by ClientPersistenceManagerFactory.addTransferListener(kodo.remote.RemoteTransferListener) 
kodo.jdbc.sql.DBDictionary.setArray(PreparedStatement, int, Array)
            
kodo.jdbc.sql.DBDictionary.setAsciiStream(PreparedStatement, int, InputStream, int)
            
kodo.jdbc.sql.DBDictionary.setBigDecimal(PreparedStatement, int, BigDecimal)
            
kodo.jdbc.sql.DBDictionary.setBigInteger(PreparedStatement, int, BigInteger)
            
kodo.jdbc.sql.DBDictionary.setBinaryStream(PreparedStatement, int, InputStream, int)
            
kodo.jdbc.sql.DBDictionary.setBlob(PreparedStatement, int, Blob)
            
kodo.jdbc.sql.DBDictionary.setBlobObject(PreparedStatement, int, Object)
            
kodo.jdbc.sql.DBDictionary.setBoolean(PreparedStatement, int, boolean)
            
kodo.jdbc.sql.DBDictionary.setByte(PreparedStatement, int, byte)
            
kodo.jdbc.sql.DBDictionary.setBytes(PreparedStatement, int, byte[])
            
kodo.jdbc.sql.DBDictionary.setChar(PreparedStatement, int, char)
            
kodo.jdbc.sql.DBDictionary.setCharacterStream(PreparedStatement, int, Reader, int)
            
kodo.jdbc.sql.DBDictionary.setClob(PreparedStatement, int, Clob)
            
kodo.jdbc.sql.DBDictionary.setClobString(PreparedStatement, int, String)
            
kodo.jdbc.sql.DBDictionary.setDate(PreparedStatement, int, Date)
            
kodo.jdbc.sql.DBDictionary.setDate(PreparedStatement, int, Date, Calendar)
            
kodo.jdbc.sql.DBDictionary.setDouble(PreparedStatement, int, double)
            
kodo.jdbc.sql.DBDictionary.setFloat(PreparedStatement, int, float)
            
kodo.jdbc.sql.DBDictionary.setInt(PreparedStatement, int, int)
            
kodo.jdbc.sql.DBDictionary.setLocale(PreparedStatement, int, Locale)
            
kodo.jdbc.sql.DBDictionary.setLong(PreparedStatement, int, long)
            
kodo.jdbc.sql.DBDictionary.setNull(PreparedStatement, int, int)
            
kodo.jdbc.sql.DBDictionary.setObject(PreparedStatement, int, Object, int)
            
kodo.jdbc.sql.DBDictionary.setRef(PreparedStatement, int, Ref)
            
kodo.jdbc.sql.DBDictionary.setShort(PreparedStatement, int, short)
            
kodo.jdbc.sql.DBDictionary.setString(PreparedStatement, int, String)
            
kodo.jdbc.sql.DBDictionary.setTime(PreparedStatement, int, Time, Calendar)
            
kodo.jdbc.sql.DBDictionary.setTimestamp(PreparedStatement, int, Timestamp, Calendar)
            
kodo.jdbc.sql.DBDictionary.setUnknown(PreparedStatement, int, Object)
            
 

Deprecated Constructors
kodo.util.Id()
            
kodo.util.Id(long, Class)
          Use Id.Id(Class, long). 
kodo.util.Id(String, Class)
          Use Id.Id(Class,String). 
 


SolarMetric Kodo JDO 3.4.1 generated on May 30 2006

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