mpoeschl 2002/12/12 04:39:28
Modified: src/java/org/apache/torque/map TableMap.java
Log:
remove deprecated methods
Revision Changes Path
1.12 +2 -24
jakarta-turbine-torque/src/java/org/apache/torque/map/TableMap.java
Index: TableMap.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-torque/src/java/org/apache/torque/map/TableMap.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- TableMap.java 10 Dec 2002 17:32:52 -0000 1.11
+++ TableMap.java 12 Dec 2002 12:39:28 -0000 1.12
@@ -271,17 +271,6 @@
}
/**
- * Get the information used to generate a primary key using a sequence.
- *
- * @return information used to generate a primary key
- * @deprecated Use getPrimaryKeyMethodInfo
- */
- public Object getSequenceInfo()
- {
- return getPrimaryKeyMethodInfo();
- }
-
- /**
* Get a ColumnMap[] of the columns in this table.
*
* @return A ColumnMap[].
@@ -312,8 +301,8 @@
}
catch (Exception e)
{
+ return null;
}
- return null;
}
/**
@@ -501,17 +490,6 @@
break;
}
}
- }
-
- /**
- * Sets the sequence information needed to generate a key
- *
- * @param pkInfo information needed to generate a key
- * @deprecated Use setPrimaryKeyMethodInfo
- */
- public void setSequenceInfo(Object pkInfo)
- {
- setPrimaryKeyMethodInfo(pkInfo);
}
/**
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>