Deprecated API


Contents
Deprecated Fields
org.apache.torque.Torque.DATABASE_DEFAULT
          is not used any more. Use DATABASE_KEY and DEFAULT_KEY instead 
org.apache.torque.adapter.DB.LIMIT_STYLE_DB2
          This should not be exposed to the outside 
org.apache.torque.adapter.DB.LIMIT_STYLE_MYSQL
          This should not be exposed to the outside 
org.apache.torque.adapter.DB.LIMIT_STYLE_NONE
          This should not be exposed to the outside 
org.apache.torque.adapter.DB.LIMIT_STYLE_ORACLE
          This should not be exposed to the outside 
org.apache.torque.adapter.DB.LIMIT_STYLE_POSTGRES
          This should not be exposed to the outside 
org.apache.torque.adapter.DB.LIMIT_STYLE_SYBASE
          This should not be exposed to the outside 
 

Deprecated Methods
org.apache.torque.map.TableMap.addColumn(String, Object)
          Associated Column maps should be populated using it's set methods, then added to table via addColumn(ColumnMap). This method will be removed in a future version of Torque. 
org.apache.torque.map.TableMap.addColumn(String, Object, int)
          Associated Column maps should be populated using it's set methods, then added to table via addColumn(ColumnMap). This method will be removed in a future version of Torque. 
org.apache.torque.map.TableMap.addColumn(String, Object, int, int)
          Associated Column maps should be populated using it's set methods, then added to table via addColumn(ColumnMap). This method will be removed in a future version of Torque. 
org.apache.torque.map.TableMap.addForeignKey(String, Object, String, String)
          Associated Column maps should be populated using it's set methods, then added to table via addColumn(ColumnMap). This method will be removed in a future version of Torque. 
org.apache.torque.map.TableMap.addForeignKey(String, Object, String, String, int)
          Associated Column maps should be populated using it's set methods, then added to table via addColumn(ColumnMap). This method will be removed in a future version of Torque. 
org.apache.torque.map.TableMap.addForeignPrimaryKey(String, Object, String, String)
          Associated Column maps should be populated using it's set methods, then added to table via addColumn(ColumnMap). This method will be removed in a future version of Torque. 
org.apache.torque.map.TableMap.addForeignPrimaryKey(String, Object, String, String, int)
          Associated Column maps should be populated using it's set methods, then added to table via addColumn(ColumnMap). This method will be removed in a future version of Torque. 
org.apache.torque.map.DatabaseMap.addIdGenerator(String, IdGenerator)
          use DatabaseInfo.addGenerator() instead. Will be removed in a future version of Torque. 
org.apache.torque.map.TableMap.addPrimaryKey(String, Object)
          Associated Column maps should be populated using it's set methods, then added to table via addColumn(ColumnMap). This method will be removed in a future version of Torque. 
org.apache.torque.map.TableMap.addPrimaryKey(String, Object, int)
          Associated Column maps should be populated using it's set methods, then added to table via addColumn(ColumnMap). This method will be removed in a future version of Torque. 
org.apache.torque.util.BasePeer.doDelete(Criteria)
          This method causes unexpected results when joins are used. Please use doDelete(Criteria, String). 
org.apache.torque.util.BasePeer.doDelete(Criteria, Connection)
          This method causes unexpected results when joins are used. Please use doDelete(Criteria, String, Connection). 
org.apache.torque.map.DatabaseMap.getIDBroker()
          Will be removed in a future version of Torque. Use DatabaseInfo#getIdBroker() instead to access the IDBroker. 
org.apache.torque.map.TableMap.getIdGenerator()
          use DatabaseInfo.getIdGenerator(getPrimaryKeyMethod()) instead. Will be removed in a future version of Torque. 
org.apache.torque.map.DatabaseMap.getIdGenerator(String)
          use DatabaseInfo.getIdGenerator() instead. Will be removed in a future version of Torque. 
org.apache.torque.util.Criteria.getJoinL()
          This method is no longer used by BasePeer. 
org.apache.torque.util.Criteria.getJoinR()
          This method is no longer used by BasePeer. 
org.apache.torque.adapter.DBMM.getLimitStyle()
          This should not be exposed to the outside 
org.apache.torque.adapter.DBOracle.getLimitStyle()
          This should not be exposed to the outside 
org.apache.torque.adapter.DBPostgres.getLimitStyle()
          This should not be exposed to the outside 
org.apache.torque.adapter.DBDB2App.getLimitStyle()
          This should not be exposed to the outside 
org.apache.torque.adapter.DBSybase.getLimitStyle()
          This should not be exposed to the outside 
org.apache.torque.adapter.AbstractDBAdapter.getLimitStyle()
          This should not be exposed to the outside 
org.apache.torque.adapter.DB.getLimitStyle()
          This should not be exposed to the outside 
org.apache.torque.util.BasePeer.getMapBuilder(String)
          Use Torque.getMapBuilder(name) instead 
org.apache.torque.map.DatabaseMap.getName()
          Will be removed in a future version of Torque. Use the name of the corresponding database instead. 
org.apache.torque.dsfactory.AbstractDataSourceFactory.getSchema()
          use DatabaseInfo.setSchema() instead. Will be removed in a future version of Torque. 
org.apache.torque.dsfactory.DataSourceFactory.getSchema()
          use DatabaseInfo.getSchema() instead. Will be removed in a future version of Torque. 
org.apache.torque.dsfactory.DataSourceFactory.setSchema(String)
          use DatabaseInfo.setSchema() instead. Will be removed in a future version of Torque. 
org.apache.torque.map.DatabaseMap.startIdBroker()
          Will be removed in a future version of Torque. Use DatabaseInfo.startIdBroker() instead. 
 

Deprecated Constructors
org.apache.torque.map.DatabaseMap(String)
          use DatabaseMap() instead. Will be removed in a future version of Torque. 
org.apache.torque.map.DatabaseMap(String, int)
          use DatabaseMap() instead. Will be removed in a future version of Torque. 
org.apache.torque.oid.IDBroker(TableMap)
          Use IDBroker(DatabaseInfo) instead. Will be removed in a future version of Torque. 
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.