Wiki source code of Programming__WebObjects-EOF-Using EOF-Compound Primary Keys
Version 2.1 by smmccraw on 2007/07/08 09:44
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | === Sacha Mallais === | ||
2 | |||
3 | Generally avoid them. However, when you need them you can usually use the Propagate Primary Key feature to avoid having to do anything fancy. | ||
4 | |||
5 | Writing a delegate to generate PKs from the database is not a bid deal (see GVCEOFExtensions for an example of an integer PK caching delegate). | ||
6 | |||
7 | Category:WebObjects |