Life Cyle methods in Entity Bean with Bean Managed Persistence
Answer / janet
ejbCreate()
ejbPostCreate()
setEntityContext()
ejbActivate()
ejbPassivate()
ejbLoad()
ejbStore()
ejbRemove()
ejbFindPrimaryKey()
| Is This Answer Correct ? | 0 Yes | 0 No |
Name the attributes of javax.ejb.ejb.
An EJB client, can marshall an object of the class java.lang.Class to an EJB?
Is it legal to have static initializer blocks in ejb?
What is @resource in java?
What is an entity manager?
how can we decide a session bean as stateless or stateful without seeing jar file? i.e. by seeing the class file.
EJB containers supports what kind of transaction attributes?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
Name the interfaces that you used in Beans?
What is jar, war, and ear?
In what format is the conversational data written to the disk?
What is a stateless session?