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

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

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

Methods in org.eclipse.jpt.jpa.core.resource.orm that return PostUpdate
 PostUpdate OrmFactory.createPostUpdate()
           
 PostUpdate XmlEventMethodContainer.getPostUpdate()
          Returns the value of the 'Post Update' containment reference.
 PostUpdate XmlEntity.getPostUpdate()
          Returns the value of the 'Post Update' containment reference.
 PostUpdate EntityListener.getPostUpdate()
          Returns the value of the 'Post Update' containment reference.
 

Methods in org.eclipse.jpt.jpa.core.resource.orm with parameters of type PostUpdate
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetPostUpdate(PostUpdate newPostUpdate, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain EntityListener.basicSetPostUpdate(PostUpdate newPostUpdate, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlEventMethodContainer.setPostUpdate(PostUpdate value)
          Sets the value of the 'Post Update' containment reference.
 void XmlEntity.setPostUpdate(PostUpdate newPostUpdate)
          Sets the value of the 'Post Update' containment reference.
 void EntityListener.setPostUpdate(PostUpdate newPostUpdate)
          Sets the value of the 'Post Update' containment reference.