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 resourcePersistenceUnit)
           
 

Methods in org.eclipse.jpt.core with parameters of type PersistenceUnit
 ClassRef JpaFactory.buildClassRef(PersistenceUnit parent, java.lang.String className)
          Build an "implied" class ref.
 ClassRef JpaFactory.buildClassRef(PersistenceUnit parent, XmlJavaClassRef xmlClassRef)
          Build a "specified" class ref.
 MappingFileRef JpaFactory.buildImpliedMappingFileRef(PersistenceUnit parent)
          Build a "implied" mapping file ref.
 JarFileRef JpaFactory.buildJarFileRef(PersistenceUnit parent, XmlJarFileRef xmlJarFileRef)
           
 MappingFileRef JpaFactory.buildMappingFileRef(PersistenceUnit parent, XmlMappingFileRef xmlMappingFileRef)
          Build a "specified" mapping file ref.
 PersistenceUnit.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()
          Return the persistence unit if the context node is within a persistence.xml context.
 

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.
 PersistenceUnit PersistenceUnit.Property.getParent()
           
 

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
 

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