Hi guys I am confused about ejbFindByPrimaryKey() method. It said that the method will return reference to the object of the Primary Key.
My question is when Entity Bean Object will be created ? if the answer is when invoking ejbCreate(), how about if in the table, there're some datas already before My Enterprise App. up ? I dont think i need to invoke ejbCreate() to create object of a record data that already exist in the table when I up my Enterprise Application right ? And the datas in the table could be from the admin enter it directly to the table or migrate from another database. So what i will get if i invoke ejbFindByPrimaryKey() without invoking ejbCreate() first ? === thx, a Java Addicted =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
