_testCohBeanRemove(int tx) test coherence relation one to one bidirectionnel,
B1.remove=>B1 removed && A1.retrieveB()==null
Same as _testCohRemove except that the called remove method is on the bean
instead of the home.
public void _testBasicGetEmpty(int tx) throws Exception(Code)
Check that the bean 'a3' has no relation.
_testBasicSetEmpty
public void _testBasicSetEmpty(int tx) throws Exception(Code)
Set a relation to empty : a3.assignB("b3")
_testBasicSetEmptyNull
public void _testBasicSetEmptyNull(int tx) throws Exception(Code)
Set a relation to empty : a3.assignB(null)
_testCohAlreadyAssign
public void _testCohAlreadyAssign(int tx) throws Exception(Code)
test coherence relation one to one bidirectionnel,
A1.assignB(B3)=>A1.retreiveB()==B3
_testCohBeanRemove
public void _testCohBeanRemove(int tx) throws Exception(Code)
test coherence relation one to one bidirectionnel,
B1.remove=>B1 removed && A1.retrieveB()==null
Same as _testCohRemove except that the called remove method is on the bean
instead of the home.