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

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

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

Methods in org.eclipse.jpt.core.resource.orm that return PrePersist
 PrePersist OrmFactory.createPrePersist()
           
 PrePersist EntityListener.getPrePersist()
          Returns the value of the 'Pre Persist' containment reference.
 PrePersist XmlEntity.getPrePersist()
          Returns the value of the 'Pre Persist' containment reference.
 PrePersist XmlMappedSuperclass.getPrePersist()
          Returns the value of the 'Pre Persist' containment reference.
 

Methods in org.eclipse.jpt.core.resource.orm with parameters of type PrePersist
 org.eclipse.emf.common.notify.NotificationChain EntityListener.basicSetPrePersist(PrePersist newPrePersist, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetPrePersist(PrePersist newPrePersist, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetPrePersist(PrePersist newPrePersist, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void EntityListener.setPrePersist(PrePersist newPrePersist)
          Sets the value of the 'Pre Persist' containment reference.
 void XmlEntity.setPrePersist(PrePersist newPrePersist)
          Sets the value of the 'Pre Persist' containment reference.
 void XmlMappedSuperclass.setPrePersist(PrePersist newPrePersist)
          Sets the value of the 'Pre Persist' containment reference.