Given that the Auction entity maps to an AUCTION database table and the Item entity maps to an ITEM database table, which statement is correct assuming there
is NO mapping descriptor?
A developer is implementing an EJB 3.0 message. driven bean that will be associated with a JMS topic. The bean must NOT miss any messages published to the
topic, even if the EJB server is down for some time. Which is correct?
A developer wants to create a Java Persistence query to perform a bulk update operation on five different entity classes. All of these classes have a field called
name. These classes have the following relationships: Harrier extends Dog and Dog extends Animal Vet extends Doctor What is the minimum possible number of
operations required to change the value of the name field for all of the entities in all five classes?
A developer creates a stateless session bean. This session bean needs data from a remote system. Reading this data takes a long time. Assume that the data will
NOT change during the lifetime of the bean and that the information to connect to the remote system is defined in JNDI. Which statement describes how to manage
the data correctly?