posted 19 years ago
isIdentical() is for EJBObjects only. You can use equals to compare the primary key as long as both entity beans come from the same home. When you create a primary key class, you are required to implement equals so that this will work.