-
Interfaces Interface Description commonj.sdo.DataGraph . Because the same functionality can be obtained with DataObjects alone and because using DataObjects has the advantages of consistence and richer functionality, the use of the special envelope DataGraph is discouraged and may be removed altogether in a future version.
-
Methods Method Description commonj.sdo.ChangeSummary.getDataGraph() commonj.sdo.DataObject.getDataGraph() commonj.sdo.DataObject.getProperty(String) replaced byDataObject.getInstanceProperty(String)in 2.1.0commonj.sdo.DataObject.getSequence(String) in 2.1.0.commonj.sdo.helper.DataHelper.toDuration(Date) There is no accepted algorithm to convert a date into a Duration so use of this method is discouraged. Convert from a Date to a String representation of the Duration type.commonj.sdo.Sequence.add(String) replaced bySequence.addText(String)in 2.1.0org.eclipse.persistence.sdo.SDODataObject.getSequence(String) in SDO 2.1.0.