EclipseLink 1.2.0, build 'v20091016-r5565' 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
           
javax.xml.bind.Validator
          since JAXB 2.0 
 

Deprecated Fields
javax.persistence.Persistence.PERSISTENCE_PROVIDER
            
javax.persistence.Persistence.providers
            
 

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 
javax.xml.bind.JAXBContext.createValidator()
          since JAXB2.0 
commonj.sdo.ChangeSummary.getDataGraph()
            
commonj.sdo.DataObject.getDataGraph()
            
javax.xml.bind.Validator.getEventHandler()
          since JAXB2.0 
org.eclipse.persistence.platform.database.MySQLPlatform.getIdentifierQuoteCharacter()
            
javax.xml.bind.Validator.getProperty(String)
          since JAXB2.0 
commonj.sdo.DataObject.getProperty(String)
          replaced by DataObject.getInstanceProperty(String) in 2.1.0 
commonj.sdo.DataObject.getSequence(int)
          in 2.1.0. 
org.eclipse.persistence.sdo.SDODataObject.getSequence(int)
          in SDO 2.1.0. 
commonj.sdo.DataObject.getSequence(Property)
          in 2.1.0. 
org.eclipse.persistence.sdo.SDODataObject.getSequence(Property)
          in SDO 2.1.0. 
commonj.sdo.DataObject.getSequence(String)
          in 2.1.0. 
org.eclipse.persistence.sdo.SDODataObject.getSequence(String)
          in SDO 2.1.0. 
javax.xml.bind.Unmarshaller.isValidating()
          since JAXB2.0, please see Unmarshaller.getSchema() 
org.eclipse.persistence.oxm.XMLMarshaller.objectToXML(Object, Node)
            
javax.xml.bind.Validator.setEventHandler(ValidationEventHandler)
          since JAXB2.0 
javax.xml.bind.Validator.setProperty(String, Object)
          since JAXB2.0 
org.eclipse.persistence.sessions.server.ConnectionPolicy.setShouldUseExclusiveConnection(boolean)
            
javax.xml.bind.Unmarshaller.setValidating(boolean)
          since JAXB2.0, please see Unmarshaller.setSchema(javax.xml.validation.Schema) 
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. 
javax.xml.bind.Validator.validate(Object)
          since JAXB2.0 
javax.xml.bind.Validator.validateRoot(Object)
          since JAXB2.0 
 

Deprecated Constructors
org.eclipse.persistence.tools.profiler.PerformanceProfiler(Session)
          replaced by PerformanceProfiler() 
org.eclipse.persistence.tools.profiler.PerformanceProfiler(Session, boolean)
          replaced by PerformanceProfiler() 
 


EclipseLink 1.2.0, build 'v20091016-r5565' API Reference