Method Summary |
|
void | assignB(Pk c) It replaces the referenced elements of the relation by the element of the
String specified.
This method has the transactional attribut TX_SUPPORTS.
Parameters: c - is a primary key of the bean 'B'. |
void | assignBInNewTx(Pk c) It replaces the referenced elements of the relation by the element of the
collection specified.
This method has the transactional attribut TX_REQUIRES_NEW.
Parameters: c - is a primary key of the bean 'B'. |
Pk | getId() |
Pk | retrieveB() It returns the primary key of the referenced elements.
This method has the transactional attribut TX_SUPPORTS.
a primary key of the bean 'B'. |
Pk | retrieveBInNewTx() It returns the primary key of the referenced elements.
This method has the transactional attribut TX_REQUIRES_NEW.
a primary key of the bean 'B'. |