EclipseLink 1.1.1_ 1.1.1.v20090430-r4097 API Reference

Deprecated API


Contents
Deprecated Interfaces
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. 
org.eclipse.persistence.sessions.factories.DescriptorCustomizer
           
org.eclipse.persistence.sessions.factories.SessionCustomizer
           
 

Deprecated Methods
commonj.sdo.Sequence.add(int, String)
          replaced by Sequence.addText(int, String) in 2.1.0 
commonj.sdo.Sequence.add(String)
          replaced by Sequence.addText(String) in 2.1.0 
commonj.sdo.ChangeSummary.getDataGraph()
            
commonj.sdo.DataObject.getDataGraph()
            
commonj.sdo.DataObject.getProperty(String)
          replaced by DataObject.getInstanceProperty(String) in 2.1.0 
org.eclipse.persistence.sdo.SDODataObject.getSequence(int)
          in SDO 2.1.0. 
commonj.sdo.DataObject.getSequence(int)
          in 2.1.0. 
org.eclipse.persistence.sdo.SDODataObject.getSequence(Property)
          in SDO 2.1.0. 
commonj.sdo.DataObject.getSequence(Property)
          in 2.1.0. 
org.eclipse.persistence.sdo.SDODataObject.getSequence(String)
          in SDO 2.1.0. 
commonj.sdo.DataObject.getSequence(String)
          in 2.1.0. 
org.eclipse.persistence.oxm.XMLMarshaller.objectToXML(Object, Node)
            
org.eclipse.persistence.sessions.server.ConnectionPolicy.setShouldUseExclusiveConnection(boolean)
            
org.eclipse.persistence.sessions.server.ConnectionPolicy.shouldUseExclusiveConnection()
            
commonj.sdo.helper.DataHelper.toDuration(Calendar)
          There is no accepted algorithm to convert a date into a Duration so use of this method is discouraged. Convert from a Calendar to a String representation of the Duration type. 
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. 
 


EclipseLink 1.1.1_ 1.1.1.v20090430-r4097 API Reference