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.