705706707708709710711712713714715
*/ public static ObjectKey doInsert(Criteria criteria, DBConnection dbCon) throws Exception { SimpleKey id = null; // Get the table name and method for determining the primary // key value. String tableName = null; Enumeration keys = criteria.keys();
743744745746747748749750751752753
735736737738739740741742743744745