Life Cyle methods in Entity Bean with Container Managed
persistence
Answers were Sorted based on User's Feedback
Answer / janet
ejbCreate()
ejbPostCreate()
setEntityContext()
ejbActivate()
ejbPassivate()
ejbLoad()
ejbStore()
ejbRemove()
ejbFindPrimaryKey()
| Is This Answer Correct ? | 1 Yes | 0 No |
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?
What is the difference between @requestparam and @pathvariable?
What is beaninfo ?
What are the components of ejb?
What is Enterprise JavaBeans?
Why is ftp stateful?
What are the different types of ejb?
What are the various methods of an Entity Bean?
ejb session beans and entity beans?
Is microservice stateless?
How many types of session beans are available in ejb?
Which is more beneficial: CMP or BMP?