Chapter 15: Problem 1
State which of the following are true and which are false. If false, explain why. a) Data associated with an entity EJB typically is stored in a relational database. b) The remote interface for an entity EJB represents the database table with which the EJB is associated. c) Entity EJBs that use bean-managed persistence require the deployer to specify SQL queries for inserting, updating, deleting and querying data from the database. d) The create methods in the home interface for an entity EJB insert new records into the underlying database. e) Entity EJBs should obtain necessary resources in method ejbcreate. f) Entity EJBs that use container-managed persistence must implement interface CMPEntityBean, whereas those that use bean-managed persistence must implement interface EntityBean
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.