It's implemented in JDBCChannel (extends EOAdaptorChannel), which then delegates to your database plugin
On Aug 22, 2010, at 3:31 AM, Richard Palmer wrote: > 'm confused :-( > > > Primary keys are generated by calling primaryKeysForNewRowsWithEntity(int > count, EOEntity entity) on EOAdapterChannel. This method, in turn, calls > primaryKeyForNewRowWithEntity(EOEntity entity) which is deprecated and simply > returns null. > > These two methods are the same in 5.3.3 and 5.4.3. > > What am I missing? How do we get primary keys? > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40pobox.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
