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

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

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

Methods in org.eclipse.jpt.core.resource.orm that return PostPersist
 PostPersist OrmFactory.createPostPersist()
           
 PostPersist EntityListener.getPostPersist()
          Returns the value of the 'Post Persist' containment reference.
 PostPersist XmlEntity.getPostPersist()
          Returns the value of the 'Post Persist' containment reference.
 PostPersist XmlMappedSuperclass.getPostPersist()
          Returns the value of the 'Post Persist' containment reference.
 

Methods in org.eclipse.jpt.core.resource.orm with parameters of type PostPersist
 org.eclipse.emf.common.notify.NotificationChain EntityListener.basicSetPostPersist(PostPersist newPostPersist, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetPostPersist(PostPersist newPostPersist, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetPostPersist(PostPersist newPostPersist, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void EntityListener.setPostPersist(PostPersist newPostPersist)
          Sets the value of the 'Post Persist' containment reference.
 void XmlEntity.setPostPersist(PostPersist newPostPersist)
          Sets the value of the 'Post Persist' containment reference.
 void XmlMappedSuperclass.setPostPersist(PostPersist newPostPersist)
          Sets the value of the 'Post Persist' containment reference.