Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Lucas Ward   on Mar 14 In Java Category.

  
Question Answered By: Dirck Jansen   on Mar 14

Here is one of the major basic difference.

In ejbCreate the identity of the bean is not available. In other
words the primary key is not accessible ( or generated ) in
ejbCreate. While in ejbPostCreate the bean has access to its own
primary key and the EJB object.

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on ejbCreate() and ejbPostcreate() difference Or get search suggestion and latest updates.