Method Summary |
|
void | addAllInA(Collection pkbs) It adds in the multivalued relation the bean A defined by the primary
keys specified by the parameter. |
void | addAllInAInNewTx(Collection pkbs) It adds in the multivalued relation the beans A defined by the primary
keys specified by the parameter. |
void | addInA(APK pka) It adds in the multivalued relation the bean A defined by its primary
key specified by the parameter. |
void | addInAInNewTx(APK pka) It adds in the multivalued relation the bean A defined by its primary
key specified by the parameter. |
void | assignA(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 'A'. |
void | assignAInNewTx(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 'A'. |
void | clearA() It clear the multivalued relation
This method has the transactional attribut TX_SUPPORTS. |
void | clearAInNewTx() It clear the multivalued relation
This method has the transactional attribut TX_REQUIRES_NEW. |
boolean | containAllInA(Collection pkbs) It returns true the multivalued relation contains all the bean A defined
by the primary keys specified by the parameter. |
boolean | containInA(APK pka) It returns true the multivalued relation contains the bean A defined
by the primary key specified by the parameter. |
BPK | getId() |
void | m1() |
void | removeFromA(APK pka) It removes from the multivalued relation the bean A defined by its primary
key specified by the parameter. |
void | removeFromAInNewTx(APK pka) It removes from the multivalued relation the bean A defined by its primary
key specified by the parameter. |
Collection | retrieveA() 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 'A'. |
Collection | retrieveAInNewTx() 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 'A'. |