Uses of Interface
org.eclipse.jpt.jpa.core.context.MappingFilePersistenceUnitDefaults

Packages that use MappingFilePersistenceUnitDefaults
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.jpa2.context   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
 

Uses of MappingFilePersistenceUnitDefaults in org.eclipse.jpt.jpa.core.context
 

Methods in org.eclipse.jpt.jpa.core.context that return MappingFilePersistenceUnitDefaults
 MappingFilePersistenceUnitDefaults MappingFilePersistenceUnitMetadata.getPersistenceUnitDefaults()
          Return the persistence unit defaults held by the mapping file.
 

Uses of MappingFilePersistenceUnitDefaults in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of MappingFilePersistenceUnitDefaults in org.eclipse.jpt.jpa.core.context.orm
 interface OrmPersistenceUnitDefaults
          Context model corresponding to the XML resource model XmlPersistenceUnitDefaults, which corresponds to the persistence-unit-defaults element in the orm.xml file.
 

Uses of MappingFilePersistenceUnitDefaults in org.eclipse.jpt.jpa.core.jpa2.context
 

Subinterfaces of MappingFilePersistenceUnitDefaults in org.eclipse.jpt.jpa.core.jpa2.context
 interface MappingFilePersistenceUnitDefaults2_0
          JPA 2.0 Persistence unit defaults held by a mapping file.
 

Uses of MappingFilePersistenceUnitDefaults in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Subinterfaces of MappingFilePersistenceUnitDefaults in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmPersistenceUnitDefaults2_0
          JPA 2.0 context model corresponding to the XML resource model XmlPersistenceUnitDefaults_2_0, which corresponds to the persistence-unit-defaults element in the orm.xml file.