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

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

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

Methods in org.eclipse.jpt.core.resource.orm that return PostRemove
 PostRemove OrmFactory.createPostRemove()
           
 PostRemove EntityListener.getPostRemove()
          Returns the value of the 'Post Remove' containment reference.
 PostRemove XmlEntity.getPostRemove()
          Returns the value of the 'Post Remove' containment reference.
 PostRemove XmlMappedSuperclass.getPostRemove()
          Returns the value of the 'Post Remove' containment reference.
 

Methods in org.eclipse.jpt.core.resource.orm with parameters of type PostRemove
 org.eclipse.emf.common.notify.NotificationChain EntityListener.basicSetPostRemove(PostRemove newPostRemove, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetPostRemove(PostRemove newPostRemove, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetPostRemove(PostRemove newPostRemove, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void EntityListener.setPostRemove(PostRemove newPostRemove)
          Sets the value of the 'Post Remove' containment reference.
 void XmlEntity.setPostRemove(PostRemove newPostRemove)
          Sets the value of the 'Post Remove' containment reference.
 void XmlMappedSuperclass.setPostRemove(PostRemove newPostRemove)
          Sets the value of the 'Post Remove' containment reference.