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

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

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

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

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