Tuesday, November 29, 2011

How to implement an entity bean which the PrimaryKey is an autonumeric?

The EJB 2 Spec (10.8.3 - Special case: Unknown primary key class) says that in cases where the PrimaryKeys are generated automatically by the underlying database, the bean provider must declare the findByPrimaryKey method to return java.lang.Object and specify the Primary Key Class as java.lang.Object in the Deployment Descriptor.
Category:EJB Interview Questions

No comments:

Post a Comment