If my session bean with single method insert record into 2 entity
beans, how can I know that the process is done in same transaction (the
attributes for these beans are Required)
It depends on the transaction attribute of the session bean also. You have to set the transaction attribute of the session bean either to Required or RequiresNew. Category:EJB Interview Questions
No comments:
Post a Comment