The EJB 1.1 final spec decrees that container managed persistent fields
in an entity bean be one of these types:
1. Java primitive.
2. Java Serializable.
3. Home interface reference.
4. Remote interface reference.
This last case avoids doing a findByPrimaryKey to obtain a reference to
another entity bean as the reference is stored.
Has anyone attempted to or succeeded in having type 4 above as a
container managed persistent field in an entity bean ?
If so, what DBMS did you use and how ?
--
John.
----
This list is cross-posted to two mail lists. To unsubscribe,
follow the instructions below for the list you subscribed to.
For objectweb.org: send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe ejb-container-group".
For enhydra.org: send email to [EMAIL PROTECTED] and include
in the body of the message "unsubscribe ejb-container-group".