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

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

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

Methods in org.eclipse.jpt.core.resource.orm that return XmlPersistenceUnitDefaults
 XmlPersistenceUnitDefaults OrmFactory.createXmlPersistenceUnitDefaults()
           
 XmlPersistenceUnitDefaults XmlPersistenceUnitMetadata.getPersistenceUnitDefaults()
          Returns the value of the 'Persistence Unit Defaults' containment reference.
 

Methods in org.eclipse.jpt.core.resource.orm with parameters of type XmlPersistenceUnitDefaults
 org.eclipse.emf.common.notify.NotificationChain XmlPersistenceUnitMetadata.basicSetPersistenceUnitDefaults(XmlPersistenceUnitDefaults newPersistenceUnitDefaults, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlPersistenceUnitMetadata.setPersistenceUnitDefaults(XmlPersistenceUnitDefaults newPersistenceUnitDefaults)
          Sets the value of the 'Persistence Unit Defaults' containment reference.