Method Summary |
|
void | addAllInB(Collection pkbs) It adds in the multivalued relation the bean B defined by the primary
keys specified by the parameter. |
void | addAllInBInNewTx(Collection pkbs) It adds in the multivalued relation the beans B defined by the primary
keys specified by the parameter. |
void | addInB(Pk pkb) It adds in the multivalued relation the bean B defined by its primary
key specified by the parameter. |
void | addInBInNewTx(Pk pkb) It adds in the multivalued relation the bean B defined by its primary
key specified by the parameter. |
void | assignB(Collection 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(Collection 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'. |
void | clearB() It clear the multivalued relation
This method has the transactional attribut TX_SUPPORTS. |
void | clearBInNewTx() It clear the multivalued relation
This method has the transactional attribut TX_REQUIRES_NEW. |
boolean | containAllInB(Collection pkbs) It returns true the multivalued relation contains all the bean B defined
by the primary keys specified by the parameter. |
boolean | containInB(Pk pkb) It returns true the multivalued relation contains the bean B defined
by the primary key specified by the parameter. |
Integer | getId() |
void | removeFromB(Pk pkb) It removes from the multivalued relation the bean B defined by its primary
key specified by the parameter. |
void | removeFromBInNewTx(Pk pkb) It removes from the multivalued relation the bean B defined by its primary
key specified by the parameter. |
Collection | 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'. |
Collection | 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'. |