Uses of Interface
org.eclipse.jpt.core.context.orm.PersistenceUnitMetadata

Packages that use PersistenceUnitMetadata
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.orm   
 

Uses of PersistenceUnitMetadata in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return PersistenceUnitMetadata
 PersistenceUnitMetadata JpaFactory.buildPersistenceUnitMetadata(EntityMappings parent, XmlEntityMappings entityMappings)
           
 

Methods in org.eclipse.jpt.core with parameters of type PersistenceUnitMetadata
 PersistenceUnitDefaults JpaFactory.buildPersistenceUnitDefaults(PersistenceUnitMetadata parent, XmlEntityMappings entityMappings)
           
 

Uses of PersistenceUnitMetadata in org.eclipse.jpt.core.context.orm
 

Methods in org.eclipse.jpt.core.context.orm that return PersistenceUnitMetadata
 PersistenceUnitMetadata EntityMappings.getPersistenceUnitMetadata()