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

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

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

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

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

Methods in org.eclipse.jpt.jpa.core with parameters of type JpaStructureNode
 void JpaFile.addRootStructureNode(java.lang.Object key, JpaStructureNode rootStructureNode)
          Add a root structure node.
 void JpaFile.removeRootStructureNode(java.lang.Object key, JpaStructureNode rootStructureNode)
          Remove the root structure node for the specified key if its current value is the same as the specified node.
 

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

Subinterfaces of JpaStructureNode in org.eclipse.jpt.jpa.core.context
 interface MappingFile
          JPA mapping file (typically orm.xml).
 interface MappingFileRoot
          The root of a JPA mapping file.
 interface PersistentAttribute
          Context persistent attribute (field or property).
 interface PersistentType
          Context persistent type.
 interface ReadOnlyPersistentAttribute
          Read-only context persistent attribute (field or property).
 interface XmlFile
          Context representation of any JPA XML file.
 

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

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

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

Subinterfaces of JpaStructureNode in org.eclipse.jpt.jpa.core.context.orm
 interface EntityMappings
          Context model corresponding to the XML resource model XmlEntityMappings, which corresponds to the entity-mappings element in the orm.xml file.
 interface OrmPersistentAttribute
          Context orm.xml persistent attribute (field or property).
 interface OrmPersistentType
          orm.xml persistent type
 interface OrmReadOnlyPersistentAttribute
          Read-only context orm.xml persistent attribute (field or property).
 interface OrmXml
          JPA orm.xml file.
 

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

Subinterfaces of JpaStructureNode in org.eclipse.jpt.jpa.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 XmlJarFileRef, 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
          Context model corresponding to the XML resource model XmlPersistence, which corresponds to the persistence element in the 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.jpa.core.internal.context.persistence
 

Classes in org.eclipse.jpt.jpa.core.internal.context.persistence that implement JpaStructureNode
 class org.eclipse.jpt.jpa.core.internal.context.persistence.AbstractPersistenceUnit
           
 

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

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

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

Subinterfaces of JpaStructureNode in org.eclipse.jpt.jpa.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.jpa.core.jpa2.context.orm
 

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

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

Subinterfaces of JpaStructureNode in org.eclipse.jpt.jpa.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.jpa.eclipselink.core.context.orm
 

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

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

Classes in org.eclipse.jpt.jpa.eclipselink.core.context.persistence that implement JpaStructureNode
 class EclipseLinkPersistenceUnit
          EclipseLink persistence unit
 

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

Methods in org.eclipse.jpt.jpa.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.jpa.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.jpa.ui.details
 

Classes in org.eclipse.jpt.jpa.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.jpa.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.jpa.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