org.eclipse.jpt.core.resource.java
Interface JavaResourceNode

All Superinterfaces:
Model
All Known Subinterfaces:
Annotation, AssociationOverrideAnnotation, AssociationOverridesAnnotation, AttributeOverrideAnnotation, AttributeOverridesAnnotation, BaseColumnAnnotation, BasicAnnotation, ColumnAnnotation, ContainerAnnotation<T>, DiscriminatorColumnAnnotation, DiscriminatorValueAnnotation, EmbeddableAnnotation, EmbeddedAnnotation, EmbeddedIdAnnotation, EntityAnnotation, EnumeratedAnnotation, GeneratedValueAnnotation, GeneratorAnnotation, IdAnnotation, IdClassAnnotation, InheritanceAnnotation, JavaResourcePersistentAttribute, JavaResourcePersistentMember, JavaResourcePersistentType, JoinColumnAnnotation, JoinColumnsAnnotation, JoinTableAnnotation, JpaCompilationUnit, LobAnnotation, ManyToManyAnnotation, ManyToOneAnnotation, MapKeyAnnotation, MappedSuperclassAnnotation, NamedColumnAnnotation, NamedNativeQueriesAnnotation, NamedNativeQueryAnnotation, NamedQueriesAnnotation, NamedQueryAnnotation, NestableAnnotation, NestableAssociationOverride, NestableAttributeOverride, NestableJoinColumn, NestableNamedNativeQuery, NestableNamedQuery, NestablePrimaryKeyJoinColumn, NestableQueryHint, NestableSecondaryTable, NestableUniqueConstraint, OneToManyAnnotation, OneToOneAnnotation, OrderByAnnotation, OverrideAnnotation, PrimaryKeyJoinColumnAnnotation, PrimaryKeyJoinColumns, QueryAnnotation, QueryHintAnnotation, RelationshipMappingAnnotation, SecondaryTableAnnotation, SecondaryTablesAnnotation, SequenceGeneratorAnnotation, TableAnnotation, TableGeneratorAnnotation, TemporalAnnotation, TransientAnnotation, UniqueConstraintAnnotation, VersionAnnotation

public interface JavaResourceNode
extends Model

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
 JpaCompilationUnit getJpaCompilationUnit()
           
 JavaResourceModel getResourceModel()
           
 TextRange getTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
           
 void initialize(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
           
 void updateFromJava(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
           
 
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
 

Method Detail

initialize

void initialize(org.eclipse.jdt.core.dom.CompilationUnit astRoot)

getResourceModel

JavaResourceModel getResourceModel()

getJpaCompilationUnit

JpaCompilationUnit getJpaCompilationUnit()

updateFromJava

void updateFromJava(org.eclipse.jdt.core.dom.CompilationUnit astRoot)

getTextRange

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