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

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

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

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

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