3.1.2: 2012-07-31

Deprecated API


Contents
Deprecated Classes
net.sf.basedb.plugins.batchimport.HybridizationImporter
          In 3.0, use PhysicalBioAssayImporter instead 
net.sf.basedb.plugins.batchimport.LabeledExtractImporter
          In 3.0, use ExtractImporter instead 
net.sf.basedb.plugins.batchimport.ScanImporter
          In 3.0, use DerivedBioAssayImporter instead 
 

Deprecated Methods
net.sf.basedb.core.ItemContext.configureQuery(DbControl, AbstractSqlQuery, List)
          In 3.1, use ItemContext.configureQuery(DbControl, SqlQuery, List) instead 
net.sf.basedb.core.hibernate.SessionWrapper.connection()
           
net.sf.basedb.core.hibernate.SessionWrapper.get(Class, Serializable, LockMode)
           
net.sf.basedb.core.hibernate.SessionWrapper.get(String, Serializable, LockMode)
           
net.sf.basedb.core.VirtualTable.getBytesPerRow(RawDataType)
          In 3.1, use VirtualTable.getBytesPerRow(Experiment) or VirtualTable.getBytesPerRow(VirtualDb) instead 
net.sf.basedb.core.VirtualTable.getColumns(RawDataType)
          In 3.1, use VirtualTable.getColumns(VirtualDb) or VirtualTable.getColumns(Experiment) instead 
net.sf.basedb.core.hibernate.SessionWrapper.load(Class, Serializable, LockMode)
           
net.sf.basedb.core.hibernate.SessionWrapper.load(String, Serializable, LockMode)
           
net.sf.basedb.core.hibernate.SessionWrapper.lock(Object, LockMode)
           
net.sf.basedb.core.hibernate.SessionWrapper.lock(String, Object, LockMode)
           
net.sf.basedb.core.hibernate.SessionWrapper.reconnect()
           
net.sf.basedb.core.hibernate.SessionWrapper.refresh(Object, LockMode)
           
net.sf.basedb.util.extensions.manager.processor.ExtractResourcesProcessor.setForceOverwrite(boolean)
          In 3.1, no replacement since all files must be overwritten to ensure proper functionality 
 


3.1.2: 2012-07-31