What are the various methods of an Entity Bean?
setEntityContext()
unsetEntityContext()
ejbCreate()
ejbRemove()
ejbActivate()
ejbPassivate()
ejbLoad()
ejbStore()
ejbFind()
ejbHome()
| Is This Answer Correct ? | 0 Yes | 0 No |
How to determine, that beans are TX or not?
How many ejb objects are created for a bean?
What is the default transaction attribute for an ejb?
What is EJB object?
ejbCreate in Entity bean and create method in EJB home, have the same parameters?
What is the difference between session and entity beans? When should I use one or the other?
What is the TX operational difference between Session Bean and Entity Bean?
What is stateless authentication?
What is stateless session?
Enlist the changes in EJB 2.1 ?
What are the attributes of transaction in ejb?
Which is default transaction attribute for the business method of a bean?