Method Summary |
|
void | assignB(String 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(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 primary key of the bean 'B'. |
String | getId() |
int | getValueInB() |
String | 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'. |
String | 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'. |
void | setValueInB(int val) |