On Jan 21, 2011, at 2:53 PM, André Rothe wrote: > Should I set the name explicitly to "org.apache.cayenne.CayenneDataObject" > (or subclasses)?
Setting org.apache.cayenne.CayenneDataObject is optional (this is the default). If you want to use your own subclass, definitely call objEntity.setClassName(MyClass.class.getName()). Andrus
