|
Related Questions |
View Answer |
|
Explain about message driven beans?
|
View Answer
|
|
Explain about Entity bean and its features?
|
View Answer
|
|
Explain the difference between Container managed persistence and Bean managed persistence?
|
View Answer
|
|
Explain about stateful session Beans?
|
View Answer
|
|
Explain in detail about stateless session bean?
|
View Answer
|
|
Explain about POJOs which form a part of EJB?
|
View Answer
|
|
Name some common roles which EJB performs?
|
View Answer
|
|
Explain about the concept of EJB?
|
View Answer
|
|
Why did my JDBC code throw a rollback SQLException?
|
View Answer
|
|
My transaction aborted, but my database changes did not rollback.
|
View Answer
|
|
How should I obtain my JDBC connection so that it participates in the EJB container's transaction?
|
View Answer
|
|
Which security principal does an MDB use to connect to JMS?
|
View Answer
|
|
Does WebLogic support auto generating primary keys for entity beans?
|
View Answer
|
|
How can I avoid violating NOT NULL constraints on foreign keys that are mapped to cmr-fields?
|
View Answer
|
|
Why can't I call the setXXX method for a cmr-field during ejbCreate?
|
View Answer
|
|
Why can't I hold on to a cmr-field (Container Managed Relationship) collection and use it after the transaction commits?
|
View Answer
|
|
Can I use a join or intermediate table to implement a One-Many relationship?
|
View Answer
|
|
Can I map an entity bean to more than one table?
|
View Answer
|
|
What's the purpose of the delay-database-insert-until deployment descriptor element?
|
View Answer
|
|
When are CMP fields loaded? Is it always determined by the finders-load-bean setting? What is the default behavior?
|
View Answer
|