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

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

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 unit.
 

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 PersistenceXmlContextNodeFactory.buildPersistenceUnit(Persistence parent, XmlPersistenceUnit resourcePersistenceUnit)
           
 PersistenceUnit PersistenceUnit.Property.getParent()
           
 PersistenceUnit PersistenceUnitProperties.getPersistenceUnit()
          Return the PersistenceUnit of this Properties.
 

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
 ClassRef PersistenceXmlContextNodeFactory.buildClassRef(PersistenceUnit parent, java.lang.String className)
          Build an "implied" class ref.
 ClassRef PersistenceXmlContextNodeFactory.buildClassRef(PersistenceUnit parent, XmlJavaClassRef xmlClassRef)
          Build a "specified" class ref.
 PersistenceUnitProperties PersistenceXmlContextNodeFactory.buildConnection(PersistenceUnit parent)
           
 MappingFileRef PersistenceXmlContextNodeFactory.buildImpliedMappingFileRef(PersistenceUnit parent)
          Build a "implied" mapping file ref.
 JarFileRef PersistenceXmlContextNodeFactory.buildJarFileRef(PersistenceUnit parent, XmlJarFileRef xmlJarFileRef)
           
 MappingFileRef PersistenceXmlContextNodeFactory.buildMappingFileRef(PersistenceUnit parent, XmlMappingFileRef xmlMappingFileRef)
          Build a "specified" mapping file ref.
 PersistenceUnitProperties PersistenceXmlContextNodeFactory.buildOptions(PersistenceUnit parent)
           
 PersistenceUnit.Property PersistenceXmlContextNodeFactory.buildProperty(PersistenceUnit parent, XmlProperty property)
           
 void Persistence.removePersistenceUnit(PersistenceUnit persistenceUnit)
          Remove the persistence unit from the persistence node.
 

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

Subinterfaces of PersistenceUnit in org.eclipse.jpt.core.jpa2.context.persistence
 interface PersistenceUnit2_0
          JPA 2.0 persistence-unit
 

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

Methods in org.eclipse.jpt.eclipselink.core.context.persistence with parameters of type PersistenceUnit
 PersistenceUnitProperties EclipseLinkPersistenceXmlContextNodeFactory.buildLogging(PersistenceUnit parent)
           
 

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> PersistenceXmlResourceUiDefinition.buildPersistenceUnitComposites(PropertyValueModel<PersistenceUnit> subjectHolder, org.eclipse.swt.widgets.Composite parent, WidgetFactory widgetFactory)