Uses of Interface
org.eclipse.jpt.core.JpaStructureNode

Packages that use JpaStructureNode
org.eclipse.jpt.core   
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.context.persistence   
org.eclipse.jpt.core.jpa2.context   
org.eclipse.jpt.core.jpa2.context.java   
org.eclipse.jpt.core.jpa2.context.orm   
org.eclipse.jpt.core.jpa2.context.persistence   
org.eclipse.jpt.eclipselink.core.context.orm   
org.eclipse.jpt.ui   
org.eclipse.jpt.ui.details   
 

Uses of JpaStructureNode in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return JpaStructureNode
 JpaStructureNode JpaFile.getStructureNode(int textOffset)
          Return the structure node best corresponding to the location in the file.
 JpaStructureNode JpaStructureNode.getStructureNode(int textOffset)
          Return the structure node at the given offset.
 

Methods in org.eclipse.jpt.core that return types with arguments of type JpaStructureNode
 java.util.Iterator<JpaStructureNode> JpaFile.rootStructureNodes()
          Return the JPA file's root structure nodes.
 

Methods in org.eclipse.jpt.core with parameters of type JpaStructureNode
 void JpaFile.addRootStructureNode(java.lang.Object key, JpaStructureNode rootStructureNode)
          Add a root structure node.
 

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

Subinterfaces of JpaStructureNode in org.eclipse.jpt.core.context
 interface MappingFile
          JPA mapping file (typically orm.xml).
 interface MappingFileRoot
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface PersistentAttribute
          Persistent "attribute" (field or property)
 interface PersistentType
          Context persistent type.
 interface XmlFile
          Context representation of any JPA XML file.
 

Uses of JpaStructureNode in org.eclipse.jpt.core.context.java
 

Subinterfaces of JpaStructureNode in org.eclipse.jpt.core.context.java
 interface JarFile
          A JAR file identified by a persistence.xml jar-file element.
 interface JavaPersistentAttribute
          Java persistent attribute (field or property)
 interface JavaPersistentType
          Context Java persistent type.
 

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

Subinterfaces of JpaStructureNode in org.eclipse.jpt.core.context.orm
 interface EntityMappings
          Context orm.xml entity mappings.
 interface OrmPersistentAttribute
          ORM persistent attribute Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmPersistentType
          Context orm.xml persistent type.
 interface OrmXml
          JPA orm.xml file.
 

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

Subinterfaces of JpaStructureNode in org.eclipse.jpt.core.context.persistence
 interface ClassRef
          Context model corresponding to the XML resource model XmlJavaClassRef, which corresponds to the class element in the persistence.xml file.
 interface JarFileRef
          Context model corresponding to the XML resource model XmlJarRef, which corresponds to the jar-file element in the persistence.xml file.
 interface MappingFileRef
          Context model corresponding to the XML resource model XmlMappingFileRef, which corresponds to the mapping-file element in the persistence.xml file.
 interface Persistence
          The persistence element in the JPA persistence.xml file.
 interface PersistenceUnit
          Context model corresponding to the XML resource model XmlPersistenceUnit, which corresponds to the persistence-unit element in the persistence.xml file.
 interface PersistenceXml
          JPA persistence.xml file.
 

Uses of JpaStructureNode in org.eclipse.jpt.core.jpa2.context
 

Subinterfaces of JpaStructureNode in org.eclipse.jpt.core.jpa2.context
 interface PersistentAttribute2_0
          JPA 2.0 persistent attribute (field or property)
 interface PersistentType2_0
          JPA 2.0 context persistent type.
 

Uses of JpaStructureNode in org.eclipse.jpt.core.jpa2.context.java
 

Subinterfaces of JpaStructureNode in org.eclipse.jpt.core.jpa2.context.java
 interface JavaPersistentAttribute2_0
          JPA 2.0 context Java persistent attribute (field or property)
 interface JavaPersistentType2_0
          JPA 2.0 context Java persistent type.
 

Uses of JpaStructureNode in org.eclipse.jpt.core.jpa2.context.orm
 

Subinterfaces of JpaStructureNode in org.eclipse.jpt.core.jpa2.context.orm
 interface OrmPersistentAttribute2_0
          JPA 2.0 context orm persistent attribute (field or property)
 interface OrmPersistentType2_0
          JPA 2.0 context orm.xml persistent type.
 

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

Subinterfaces of JpaStructureNode in org.eclipse.jpt.core.jpa2.context.persistence
 interface Persistence2_0
          The persistence element in the JPA 2.0 persistence.xml file.
 interface PersistenceUnit2_0
          JPA 2.0 persistence-unit
 interface PersistenceXml2_0
          JPA 2.0 persistence.xml file.
 

Uses of JpaStructureNode in org.eclipse.jpt.eclipselink.core.context.orm
 

Subinterfaces of JpaStructureNode in org.eclipse.jpt.eclipselink.core.context.orm
 interface EclipseLinkEntityMappings
           
 

Uses of JpaStructureNode in org.eclipse.jpt.ui
 

Methods in org.eclipse.jpt.ui that return types with arguments of type JpaStructureNode
 JpaDetailsPage<? extends JpaStructureNode> JpaPlatformUi.buildJpaDetailsPage(org.eclipse.swt.widgets.Composite parent, JpaStructureNode structureNode, WidgetFactory widgetFactory)
           
 

Methods in org.eclipse.jpt.ui with parameters of type JpaStructureNode
 JpaDetailsPage<? extends JpaStructureNode> JpaPlatformUi.buildJpaDetailsPage(org.eclipse.swt.widgets.Composite parent, JpaStructureNode structureNode, WidgetFactory widgetFactory)
           
 

Uses of JpaStructureNode in org.eclipse.jpt.ui.details
 

Classes in org.eclipse.jpt.ui.details with type parameters of type JpaStructureNode
 interface JpaDetailsPage<T extends JpaStructureNode>
          A details page is used to show the property pane for a given context node.
 

Methods in org.eclipse.jpt.ui.details that return types with arguments of type JpaStructureNode
 JpaDetailsPage<? extends JpaStructureNode> JpaDetailsProvider.buildDetailsPage(org.eclipse.swt.widgets.Composite parent, WidgetFactory widgetFactory)
          Creates a new details page based on the given content node id.
 

Methods in org.eclipse.jpt.ui.details with parameters of type JpaStructureNode
 boolean JpaDetailsProvider.providesDetails(JpaStructureNode structureNode)
          Return whether this provider returns a details page for the given structure node