Uses of Class
org.eclipse.jpt.eclipselink.core.resource.orm.XmlChangeTracking

Packages that use XmlChangeTracking
org.eclipse.jpt.eclipselink.core.resource.orm   
 

Uses of XmlChangeTracking in org.eclipse.jpt.eclipselink.core.resource.orm
 

Methods in org.eclipse.jpt.eclipselink.core.resource.orm that return XmlChangeTracking
 XmlChangeTracking EclipseLinkOrmFactory.createXmlChangeTracking()
           
 XmlChangeTracking XmlChangeTrackingHolder.getChangeTracking()
          Returns the value of the 'Change Tracking' containment reference.
 XmlChangeTracking XmlEmbeddable.getChangeTracking()
          Returns the value of the 'Change Tracking' containment reference.
 XmlChangeTracking XmlEntity.getChangeTracking()
          Returns the value of the 'Change Tracking' containment reference.
 XmlChangeTracking XmlMappedSuperclass.getChangeTracking()
          Returns the value of the 'Change Tracking' containment reference.
 

Methods in org.eclipse.jpt.eclipselink.core.resource.orm with parameters of type XmlChangeTracking
 org.eclipse.emf.common.notify.NotificationChain XmlEmbeddable.basicSetChangeTracking(XmlChangeTracking newChangeTracking, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetChangeTracking(XmlChangeTracking newChangeTracking, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetChangeTracking(XmlChangeTracking newChangeTracking, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlChangeTrackingHolder.setChangeTracking(XmlChangeTracking value)
          Sets the value of the 'Change Tracking' containment reference.
 void XmlEmbeddable.setChangeTracking(XmlChangeTracking newChangeTracking)
          Sets the value of the 'Change Tracking' containment reference.
 void XmlEntity.setChangeTracking(XmlChangeTracking newChangeTracking)
          Sets the value of the 'Change Tracking' containment reference.
 void XmlMappedSuperclass.setChangeTracking(XmlChangeTracking newChangeTracking)
          Sets the value of the 'Change Tracking' containment reference.