Uses of Class
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlOptimisticLocking

Packages that use XmlOptimisticLocking
org.eclipse.jpt.jpa.eclipselink.core.resource.orm   
 

Uses of XmlOptimisticLocking in org.eclipse.jpt.jpa.eclipselink.core.resource.orm
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return XmlOptimisticLocking
 XmlOptimisticLocking EclipseLinkOrmFactory.createXmlOptimisticLocking()
           
 XmlOptimisticLocking XmlMappedSuperclass.getOptimisticLocking()
          Returns the value of the 'Optimistic Locking' containment reference.
 XmlOptimisticLocking XmlEntity.getOptimisticLocking()
          Returns the value of the 'Optimistic Locking' containment reference.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm with parameters of type XmlOptimisticLocking
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetOptimisticLocking(XmlOptimisticLocking newOptimisticLocking, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetOptimisticLocking(XmlOptimisticLocking newOptimisticLocking, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlMappedSuperclass.setOptimisticLocking(XmlOptimisticLocking newOptimisticLocking)
          Sets the value of the 'Optimistic Locking' containment reference.
 void XmlEntity.setOptimisticLocking(XmlOptimisticLocking newOptimisticLocking)
          Sets the value of the 'Optimistic Locking' containment reference.