All Tags »
android list arrayList (RSS)
Sorry, but there are no more tags available to filter with.
-
is ist possible in db4o 1.2 to save an Object with a list of subObjects with ''....db.set(object);...'' and get it with ''....ObjectSet result=db.get(proto);...'' ???
thanks for the great work ;)....
sample....
public class object {
....
private List<MyObject> NAME = new ...