|
|
Browse by Tags
All Tags » db4o java » Query (RSS)
-
Hi,
I am looking for advice on how to write a soda query that is best suited for this object topology
public class Trim {
String name;
String code;
// getters and setters ...
}
public class Part {
String name;
String id; int type;
int makeClass; String maker;
// getters and ...
|
|
|