Can the primary key in the entity bean be a Java primitive
type such as int?
Answer Posted / geetanand
IT SHOULD NOT BE PRIMITIVE. IT SHOULD BE AN OBJECT. AND IN
JAVA WE CAN CREATE OBJECTS OF ANY TYPE USING WRAPPER CLASSES.
SO WE CAN USE THIS WRAPPER CLASS OBJECTS.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is ejb technology?
Differentiate ‘Stateful Session’ from ‘Entity Bean’ ?
Is having static initializer blocks legal in ejb?
What is stateless and stateful session bean in ejb?
Is functional programming stateless?
Is soap stateless or stateful?
How is ejb different from java beans?
What’s the difference between hibernate and ejb 3?
What are the benefits of ejb?
What do you mean by ejb?
What is a local interface?
What are the different types of ejb?
What are stateless functions?
What optimization could I use if the ejb container is the only point of write access to the database?
Define Context?