On Mar 9, 2007, at 5:43 PM, Arturo Perez wrote:
How does one go about making a fault the way that EOF does? tia, arturo
Here is one way:
ObjectId id = new ObjectId("Artist", Artist.ARTIST_ID_PK_COLUMN, 55);
Artist fault = context.localObject(id);
Andrus
