If two different type of bean (different home), have same primary key. What will isIdentical return of two instance have same key value but actually are different beans?
Two entity beans will be equal if and only if they meet the following criteria. 1) The both have the same home interface 2) They both have the same primary key
Now you can infer yourself what isidentical(9 would return.