Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can the primary key in the entity bean be a Java primitive
type such as int?

Answers were Sorted based on User's Feedback



Can the primary key in the entity bean be a Java primitive type such as int?..

Answer / 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

Can the primary key in the entity bean be a Java primitive type such as int?..

Answer / kameshwar

The primary key can't be a primitive type--use the
primitive wrapper classes, instead. For example, you can use
java.lang.Integer as the primary key class, but not int (it
has to be a class, not a primitive)

Is This Answer Correct ?    5 Yes 2 No

Post New Answer

More EJB Interview Questions

How entity beans support container managed persistence?

0 Answers  


what is the Relationship between EJB and CORBA architecture?

0 Answers   IBM,


What is applicationscoped?

0 Answers  


What is an entity and its types?

0 Answers  


What transaction attributes does Java Bean containers support?

1 Answers  


How to determine two identical beans?

1 Answers  


How can a session bean be configured for transactions of bean-managed?

0 Answers  


Can more than a single table be mapped in cmp?

0 Answers  


How does legacy object mapping work?

1 Answers  


Enlist the CallBack methods of Entity Bean.

0 Answers  


What are the properties in Beans?

1 Answers  


Describe client view of an Enterprise JavaBeans component?

1 Answers   Wipro,


Categories