[Opensource] [FUTURE OF DB OBJECTS]
Michael Rimov
rimovm at centercomp.com
Thu Nov 7 23:15:10 PST 2002
Ok, so it seems like people mainly want to keep the DBObject.getFieldInt
kind of method calls. I agree with Peter P that we need a base class
Object. Out of curiousity, to make things more like a 'dynabean' how about:
public Object get(String fieldName);
public void put(String fieldName, Object newObject);
as the signature of the generic getter/setter methods??
-Mike
More information about the Opensource
mailing list