Uses of Class
org.eclipse.jpt.core.resource.orm.PreUpdate

Packages that use PreUpdate
org.eclipse.jpt.core.resource.orm   
 

Uses of PreUpdate in org.eclipse.jpt.core.resource.orm
 

Methods in org.eclipse.jpt.core.resource.orm that return PreUpdate
 PreUpdate OrmFactory.createPreUpdate()
           
 PreUpdate EntityListener.getPreUpdate()
          Returns the value of the 'Pre Update' containment reference.
 PreUpdate XmlEntity.getPreUpdate()
          Returns the value of the 'Pre Update' containment reference.
 PreUpdate XmlMappedSuperclass.getPreUpdate()
          Returns the value of the 'Pre Update' containment reference.
 

Methods in org.eclipse.jpt.core.resource.orm with parameters of type PreUpdate
 org.eclipse.emf.common.notify.NotificationChain EntityListener.basicSetPreUpdate(PreUpdate newPreUpdate, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetPreUpdate(PreUpdate newPreUpdate, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetPreUpdate(PreUpdate newPreUpdate, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void EntityListener.setPreUpdate(PreUpdate newPreUpdate)
          Sets the value of the 'Pre Update' containment reference.
 void XmlEntity.setPreUpdate(PreUpdate newPreUpdate)
          Sets the value of the 'Pre Update' containment reference.
 void XmlMappedSuperclass.setPreUpdate(PreUpdate newPreUpdate)
          Sets the value of the 'Pre Update' containment reference.