Uses of Interface
org.eclipse.jpt.core.context.persistence.PersistenceUnit

Packages that use PersistenceUnit
org.eclipse.jpt.core   
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.persistence   
org.eclipse.jpt.ui   
 

Uses of PersistenceUnit in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return PersistenceUnit
 PersistenceUnit JpaFactory.buildPersistenceUnit(Persistence parent, XmlPersistenceUnit persistenceUnit)
           
 

Methods in org.eclipse.jpt.core with parameters of type PersistenceUnit
 ClassRef JpaFactory.buildClassRef(PersistenceUnit parent, java.lang.String className)
           
 ClassRef JpaFactory.buildClassRef(PersistenceUnit parent, XmlJavaClassRef xmlClassRef)
           
 MappingFileRef JpaFactory.buildMappingFileRef(PersistenceUnit parent, XmlMappingFileRef xmlMappingFileRef)
          xmlMappingFileRef is allowed to be null, this would be used for the implied mapping file ref
 Property JpaFactory.buildProperty(PersistenceUnit parent, XmlProperty property)
           
 

Uses of PersistenceUnit in org.eclipse.jpt.core.context
 

Methods in org.eclipse.jpt.core.context that return PersistenceUnit
 PersistenceUnit JpaContextNode.getPersistenceUnit()
           
 

Uses of PersistenceUnit in org.eclipse.jpt.core.context.persistence
 

Methods in org.eclipse.jpt.core.context.persistence that return PersistenceUnit
 PersistenceUnit Persistence.addPersistenceUnit()
          Add a persistence unit to the persistence node and return the object representing it.
 PersistenceUnit Persistence.addPersistenceUnit(int index)
          Add a persistence unit to the persistence node at the specified index and return the object representing it.
 

Methods in org.eclipse.jpt.core.context.persistence that return types with arguments of type PersistenceUnit
 java.util.ListIterator<PersistenceUnit> Persistence.persistenceUnits()
          Return an iterator on the list of persistence units.
 

Methods in org.eclipse.jpt.core.context.persistence with parameters of type PersistenceUnit
 void Persistence.removePersistenceUnit(PersistenceUnit persistenceUnit)
          Remove the persistence unit from the persistence node.
 

Uses of PersistenceUnit in org.eclipse.jpt.ui
 

Methods in org.eclipse.jpt.ui that return types with arguments of type PersistenceUnit
 java.util.ListIterator<JpaPageComposite<PersistenceUnit>> JpaUiFactory.createPersistenceUnitComposites(PropertyValueModel<PersistenceUnit> subjectHolder, org.eclipse.swt.widgets.Composite parent, WidgetFactory widgetFactory)
          Creates the list of JpaComposites used to edit a PersistenceUnit.
 

Method parameters in org.eclipse.jpt.ui with type arguments of type PersistenceUnit
 java.util.ListIterator<JpaPageComposite<PersistenceUnit>> JpaUiFactory.createPersistenceUnitComposites(PropertyValueModel<PersistenceUnit> subjectHolder, org.eclipse.swt.widgets.Composite parent, WidgetFactory widgetFactory)
          Creates the list of JpaComposites used to edit a PersistenceUnit.