What are the services that a container provides for an
entity bean?
Answer Posted / pkr_reddy
the services are
ejbActivate();
ejbPassivate();
ejbLoad ();
ejbStore ();
ejbPostCreate();
ejbCreate();
ejbRemove();
set EntityContext();
unsetEntityContext();
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what is the Relationship between EJB and CORBA architecture?
What were entity beans?
What are the attributes of transaction in ejb?
How many types of session beans are available in ejb?
Can more than a single table be mapped in cmp?
What does statelessness mean?
What is ejb in java with example?
What is bean in ejb?
List some key actors in persistence api.
What is enterprise bean?
Is it possible to have threading in ejb?
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?
Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?
What is an ejb platform?
How to invoke ejb from java client?