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