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

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

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

Methods in org.eclipse.jpt.core.resource.orm that return PostLoad
 PostLoad OrmFactory.createPostLoad()
           
 PostLoad EntityListener.getPostLoad()
          Returns the value of the 'Post Load' containment reference.
 PostLoad XmlEntity.getPostLoad()
          Returns the value of the 'Post Load' containment reference.
 PostLoad XmlMappedSuperclass.getPostLoad()
          Returns the value of the 'Post Load' containment reference.
 

Methods in org.eclipse.jpt.core.resource.orm with parameters of type PostLoad
 org.eclipse.emf.common.notify.NotificationChain EntityListener.basicSetPostLoad(PostLoad newPostLoad, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetPostLoad(PostLoad newPostLoad, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetPostLoad(PostLoad newPostLoad, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void EntityListener.setPostLoad(PostLoad newPostLoad)
          Sets the value of the 'Post Load' containment reference.
 void XmlEntity.setPostLoad(PostLoad newPostLoad)
          Sets the value of the 'Post Load' containment reference.
 void XmlMappedSuperclass.setPostLoad(PostLoad newPostLoad)
          Sets the value of the 'Post Load' containment reference.