mprem kumar

Greenhorn
+ Follow
since Apr 18, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by mprem kumar

Is it so that a primary key of a bean is not modifiable other than during creation and when data was fetched through find methods? So the set accessor method of the class that is specified as a primary key class for that bean[CMP] cannot be called by any means!
The spec document[10.3.1] says that 'The accessor methods for the container-managed relationship fields must not be exposed in the remote interface of an entity bean', then, i have the following questions

1. Can the local interface contain methods that in turn accesses the relationship field accessor methods?

2. Can the remote interface contain methods that in turn accesses the
non-relationship field accessor methods?

Thanks.