Dali Provisional API
Release 3.2

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.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   
org.eclipse.jpt.jpa.ui.editors   
org.eclipse.jpt.jpa.ui.selection   
 

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 specified offset in the structure node's corresponding text file.
 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
 Iterable<? extends JpaStructureNode> JpaStructureNode.getChildren()
          Return the children structure nodes, to be displayed in the JpaStructureView
 Iterable<JpaStructureNode> JpaFile.getRootStructureNodes()
          Return the JPA file's root structure nodes.
 Class<? extends JpaStructureNode> JpaStructureNode.getType()
          Return the structure node's type.
 

Method parameters in org.eclipse.jpt.jpa.core with type arguments of type JpaStructureNode
 void JpaStructureNode.addRootStructureNodesTo(JpaFile jpaFile, Collection<JpaStructureNode> rootStructureNodes)
          Add the appropriate root structure nodes to the collection that correspond to the given JPA file.
 

Constructors in org.eclipse.jpt.jpa.core with parameters of type JpaStructureNode
JpaStructureNode.ContextType(JpaStructureNode node)
           
 

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

Subinterfaces of JpaStructureNode in org.eclipse.jpt.jpa.core.context
static interface MappingFile.Root
          Common interface for the root of a mapping file.
 interface PersistentAttribute
          Context persistent attribute (field or property).
 interface PersistentType
          Context persistent type.
 interface SpecifiedPersistentAttribute
          Specified persistent attribute (field or property).
static interface XmlFile.Root
          Common interface for the root element for a JPA XML file (e.g.
 

Method parameters in org.eclipse.jpt.jpa.core.context with type arguments of type JpaStructureNode
 void XmlFile.addRootStructureNodesTo(JpaFile jpaFile, Collection<JpaStructureNode> rootStructureNodes)
          Add the appropriate root structure nodes to the collection that correspond to the given JPA file.
 void MappingFile.addRootStructureNodesTo(JpaFile jpaFile, Collection<JpaStructureNode> rootStructureNodes)
          Add the appropriate root structure nodes to the collection that correspond to the given JPA file.
 

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

Subinterfaces of JpaStructureNode in org.eclipse.jpt.jpa.core.context.java
 interface JavaPersistentType
          Context Java persistent type.
 interface JavaSpecifiedPersistentAttribute
          Java specified persistent attribute (field or property).
 

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
          orm.xml persistent attribute (field or property).
 interface OrmPersistentType
          orm.xml persistent type Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmSpecifiedPersistentAttribute
          orm.xml specified persistent attribute (field or property).
 

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

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 SpecifiedPersistentAttribute2_0
          JPA 2.0 specified persistent attribute (field or property).S Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

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 Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

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
           
 interface EclipseLinkOrmPersistentType
          eclipselink-orm.xml persistent type: mapping access access-methods attributes super persistent type Java persistent type
 

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 with parameters of type JpaStructureNode
 JpaDetailsProvider JpaPlatformUi.getDetailsProvider(JpaStructureNode node)
          Return a details provider for the specified JPA structure node.
 

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

Methods in org.eclipse.jpt.jpa.ui.details that return JpaStructureNode
 JpaStructureNode JpaDetailsPageManager.getSubject()
          Return the details page manager's subject.
 

Methods in org.eclipse.jpt.jpa.ui.details that return types with arguments of type JpaStructureNode
 Class<? extends JpaStructureNode> JpaDetailsProvider.getType()
          Return the type of structure node for which this provides details
 

Methods in org.eclipse.jpt.jpa.ui.details with parameters of type JpaStructureNode
 void JpaDetailsPageManager.setSubject(JpaStructureNode subject)
          Set the details page manager's subject.
 

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

Method parameters in org.eclipse.jpt.jpa.ui.editors with type arguments of type JpaStructureNode
 void JpaEditorPageDefinition.buildContent(IManagedForm form, WidgetFactory widgetFactory, ResourceManager resourceManager, PropertyValueModel<JpaStructureNode> rootStructureNodeModel)
          Build the page's content in the specified form, using the specified widget factory, resource manager, and JPA structure node model.
 

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

Methods in org.eclipse.jpt.jpa.ui.selection that return types with arguments of type JpaStructureNode
 ModifiablePropertyValueModel<JpaStructureNode> JpaViewManager.PageManager.getJpaSelectionModel()
          Return the manager's JPA selection model.
 ModifiablePropertyValueModel<JpaStructureNode> JpaEditorManager.getJpaSelectionModel()
          Return the manager's JPA selection model.
 

Methods in org.eclipse.jpt.jpa.ui.selection with parameters of type JpaStructureNode
 void JpaSelectionManager.setSelection(JpaStructureNode selection)
          Set the JPA selection for the selection manager's subject.
 void JpaSelectionManager.Null.setSelection(JpaStructureNode selection)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.