Answer Posted / janet
An entity bean can be created in two ways: by direct action
of the client in which a create method is called on the
bean?s home interface, or by some other action that adds
data to the database that the bean type represents. In fact,
in an environment with legacy data, entity objects may
?exist? before an Enterprise JavaBean is even deployed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can tomcat run ejb?
What are the types of ejb?
How do you decide whether you should use session, entity or message driven bean?
What is difference between ejb 1.1 and ejb 2.0?
What is rmi and ejb in java?
What is ejb and its properties?
Mention the three levels for applying interceptor methods.
What are the basic and subtypes of enterprise java beans (ejb)?
What does statelessness mean?
Define SessionContext ?
What is an ejb platform?
What is Enterprise JavaBeans Query Language (EJB QL)?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
What are the advantages of ejb?
What is the difference between find and select methods in ejb?