JDO provides a means of transparent persistence of objects of user defined classes. With JDO there are actually 3 types of classes. Persistence Capable classes are classes whose...
Meta-Data - JDOConfig Meta-Data - JDOConfig JDO allows you to define a file jdoconfig.xml that specifies the properties for a named PMF. As always with XML, the metadata must ma...