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 |