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

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

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

Subclasses of EventMethod in org.eclipse.jpt.core.resource.orm
 class PostLoad
          A representation of the model object 'Post Load'.
 class PostPersist
          A representation of the model object 'Post Persist'.
 class PostRemove
          A representation of the model object 'Post Remove'.
 class PostUpdate
          A representation of the model object 'Post Update'.
 class PrePersist
          A representation of the model object 'Pre Persist'.
 class PreRemove
          A representation of the model object 'Pre Remove'.
 class PreUpdate
          A representation of the model object 'Pre Update'.
 

Methods in org.eclipse.jpt.core.resource.orm that return EventMethod
 EventMethod OrmFactory.createEventMethod()