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

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

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

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

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