what are the influence factors of ejbLoad() & ejbStore()?
Answer Posted / pkr_reddy
EJDLOAD : this is used to extract the data from the back end
database and make them availabe to the ejb.
EJBSTORE: this is responsible to store the data into the
database by the ejb.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What’s the difference between hibernate and ejb 3? Don’t you think ejb 3 is just a clone of hibernate?
What do you mean by EJB architecture?
What is EJB server provider?
Write down the steps for the creation of stateless ejb.
Explain the concept of connection pooling feature of ejb container?
Explain ejbhome and ejbobject in ejb?
What is remote interface in ejb?
What do you mean by re-entrant? Can you say that session beans as re-entrant? Can entity beans be specified as re-entrant?
Can more than a single table be mapped in cmp?
What is Enterprise JavaBeans Query Language (EJB QL)?
How to determine, that beans are TX or not?
How does ejb work in java?
What is @autowired required false?
What is ejb ql?
What is ejb and its types in java?