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

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

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

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

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