1.4.1
1.3.4
1.3.3
1.3.1
1.3
1.2.6
1.2.4
1.2.3
1.2
Class A {
public Collection myStrings; // Contains Stirng
}
// ------- somewhere in my application -------- //
ArrayList myList = new ArrayList();
myList.add("str1");
pm.currentTransaction.begin();
A a1 = new A();
pm.makePersistent(a1);
a1.myBs = myList;
// At this time a1.myBs contains 1 element ("str1")
myList.add("str2");
// At this time a1.myBs contains always 1 element ("str1")
// whereas myList contains 2 elements ("str1", "str2")
pm.currentTransaction.commit();
1.1.1
1.1
Product | Version/tag |
Jorm | 2.3 |
Medor | 1.3.0 |
Medor expression | 1.2 |
1.0.1
1.0
1.0beta4
1.0beta2
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
The first official version is available since the 27th may 2003.