org.eclipse.jpt.core.context.java
Interface JavaJpaContextNode

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, JpaContextNode, JpaNode, Model
All Known Subinterfaces:
JavaAssociationOverride, JavaAttributeMapping, JavaAttributeOverride, JavaBaseColumn, JavaBaseEmbeddedMapping, JavaBaseJoinColumn, JavaBasicMapping, JavaColumn, JavaColumnMapping, JavaDiscriminatorColumn, JavaEmbeddable, JavaEmbeddedIdMapping, JavaEmbeddedMapping, JavaEntity, JavaGeneratedValue, JavaGenerator, JavaIdMapping, JavaJoinColumn, JavaJoinTable, JavaManyToManyMapping, JavaManyToOneMapping, JavaMappedSuperclass, JavaMultiRelationshipMapping, JavaNamedColumn, JavaNamedNativeQuery, JavaNamedQuery, JavaOneToManyMapping, JavaOneToOneMapping, JavaPersistentAttribute, JavaPersistentType, JavaPrimaryKeyJoinColumn, JavaQuery, JavaQueryHint, JavaRelationshipMapping, JavaSecondaryTable, JavaSequenceGenerator, JavaSingleRelationshipMapping, JavaTable, JavaTableGenerator, JavaTransientMapping, JavaTypeMapping, JavaUniqueConstraint, JavaVersionMapping

public interface JavaJpaContextNode
extends JpaContextNode

Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.


Method Summary
 void addToMessages(java.util.List<org.eclipse.wst.validation.internal.provisional.core.IMessage> messages, org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Adds to the list of current validation messages
 TextRange getValidationTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
           
 java.util.Iterator<java.lang.String> javaCompletionProposals(int pos, Filter<java.lang.String> filter, org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the Java code-completion proposals for the specified position in the source code.
 
Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode
getEntityMappings, getOrmPersistentType, getPersistenceUnit
 
Methods inherited from interface org.eclipse.jpt.core.JpaNode
getJpaProject, getParent, getResource
 
Methods inherited from interface org.eclipse.jpt.utility.model.Model
addCollectionChangeListener, addCollectionChangeListener, addListChangeListener, addListChangeListener, addPropertyChangeListener, addPropertyChangeListener, addStateChangeListener, addTreeChangeListener, addTreeChangeListener, removeCollectionChangeListener, removeCollectionChangeListener, removeListChangeListener, removeListChangeListener, removePropertyChangeListener, removePropertyChangeListener, removeStateChangeListener, removeTreeChangeListener, removeTreeChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

javaCompletionProposals

java.util.Iterator<java.lang.String> javaCompletionProposals(int pos,
                                                             Filter<java.lang.String> filter,
                                                             org.eclipse.jdt.core.dom.CompilationUnit astRoot)
Return the Java code-completion proposals for the specified position in the source code.


addToMessages

void addToMessages(java.util.List<org.eclipse.wst.validation.internal.provisional.core.IMessage> messages,
                   org.eclipse.jdt.core.dom.CompilationUnit astRoot)
Adds to the list of current validation messages


getValidationTextRange

TextRange getValidationTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)