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

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

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

Methods in org.eclipse.jpt.core.resource.orm that return EntityListeners
 EntityListeners OrmFactory.createEntityListeners()
           
 EntityListeners XmlEntity.getEntityListeners()
          Returns the value of the 'Entity Listeners' containment reference.
 EntityListeners XmlMappedSuperclass.getEntityListeners()
          Returns the value of the 'Entity Listeners' containment reference.
 EntityListeners XmlPersistenceUnitDefaults.getEntityListeners()
          Returns the value of the 'Entity Listeners' containment reference.
 

Methods in org.eclipse.jpt.core.resource.orm with parameters of type EntityListeners
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetEntityListeners(EntityListeners newEntityListeners, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetEntityListeners(EntityListeners newEntityListeners, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlPersistenceUnitDefaults.basicSetEntityListeners(EntityListeners newEntityListeners, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlEntity.setEntityListeners(EntityListeners newEntityListeners)
          Sets the value of the 'Entity Listeners' containment reference.
 void XmlMappedSuperclass.setEntityListeners(EntityListeners newEntityListeners)
          Sets the value of the 'Entity Listeners' containment reference.
 void XmlPersistenceUnitDefaults.setEntityListeners(EntityListeners newEntityListeners)
          Sets the value of the 'Entity Listeners' containment reference.