mpoeschl 2003/06/24 05:33:42
Modified: src/java/org/apache/torque/util BasePeer.java
Log:
deprecate DEFAULT_MAP_BUILDER and getMapBuilder() as ther is no default map builder
in torque
Revision Changes Path
1.70 +7 -2 db-torque/src/java/org/apache/torque/util/BasePeer.java
Index: BasePeer.java
===================================================================
RCS file: /home/cvs/db-torque/src/java/org/apache/torque/util/BasePeer.java,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- BasePeer.java 24 Jun 2003 12:23:03 -0000 1.69
+++ BasePeer.java 24 Jun 2003 12:33:41 -0000 1.70
@@ -126,7 +126,11 @@
/** Classes that implement this class should override this value. */
public static final String TABLE_NAME = "TABLE_NAME";
- /** The Torque default MapBuilder. */
+ /**
+ * The Torque default MapBuilder.
+ *
+ * @deprecated there is no default map builder!
+ */
public static final String DEFAULT_MAP_BUILDER =
"org.apache.torque.util.db.map.TurbineMapBuilder";
@@ -2046,6 +2050,7 @@
* @return A MapBuilder.
* @throws TorqueException Any exceptions caught during processing will be
* rethrown wrapped into a TorqueException.
+ * @deprecated you have to specify the name of the map builder!
*/
public static MapBuilder getMapBuilder() throws TorqueException
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]