primary key classes
Is it possible for an primary key class to contain a reference to another entity bean (a reference to an object implementing EJBLocalObject interface) ? Will EJB 2.0 containers support this ?
[212 byte] By [
brodeurc] at [2007-9-26 4:56:20]

Hi brodeurc!Yes, it is!I worked out several CMP Beans with PrimaryKeyClasses where other Beans are used.If you try JBuilder5 it will automatically create these for you. But be aware it is still buggy (1-Many , 1-1 , Many-1) is not really working.