how is enumeration returned when it is not serialized in the finder methods of BMP.
some more input would be very helpful
thanx in adv
M S RAGHUNATHAN
-
returning enumeration in BMP (1 messages)
- Posted by: raghunathan m s
- Posted on: April 09 2001 01:42 EDT
Threaded Messages (1)
- returning enumeration in BMP by Srinivas Janakiraman on April 23 2001 12:13 EDT
-
returning enumeration in BMP[ Go to top ]
- Posted by: Srinivas Janakiraman
- Posted on: April 23 2001 12:13 EDT
- in response to raghunathan m s
raghunathan,
The enumeration returned by the finder methods are not serialized by the container. The finder methods return the enumeration of primary key class. At the client the home returns enumeration of remote interface which is constructed by the container.
Srinivas.J