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
Why is ejb needed?
What is stateful session bean?
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?
Write down the steps for the creation of stateless ejb.
Explain the architectural relationship between JavaBeans and JTA?
What is software architecture of ejb?
What is Enterprise JavaBeans (EJB)?
What is ejb context?
What are ejbs used for?
Can remove() be a Stateless Session bean?
What is ejb in java with example?
in EJB diclare the static methods are not?
What does @inject mean in java?
What is ejb in java?
What is ejb and its architecture?