|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JpaCompilationUnit
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 | |
|---|---|
AnnotationEditFormatter |
getAnnotationEditFormatter()
|
JpaAnnotationProvider |
getAnnotationProvider()
|
org.eclipse.jdt.core.ICompilationUnit |
getCompilationUnit()
|
CommandExecutorProvider |
getModifySharedDocumentCommandExecutorProvider()
|
void |
javaElementChanged(org.eclipse.jdt.core.ElementChangedEvent event)
JDT has fired an event indicating a Java element has changed. |
java.util.Iterator<JavaResourcePersistentType> |
persistableTypes()
|
void |
resolveTypes()
Resolve type information that could be dependent on other files being added/removed. |
void |
resourceModelChanged()
Called (via a hook in change notification) whenever anything in the JPA compilation unit changes. |
| Methods inherited from interface org.eclipse.jpt.core.resource.java.JavaResourceNode |
|---|
getFile, getJpaCompilationUnit, getTextRange, initialize, update |
| Method Detail |
|---|
org.eclipse.jdt.core.ICompilationUnit getCompilationUnit()
java.util.Iterator<JavaResourcePersistentType> persistableTypes()
JpaAnnotationProvider getAnnotationProvider()
CommandExecutorProvider getModifySharedDocumentCommandExecutorProvider()
AnnotationEditFormatter getAnnotationEditFormatter()
void resourceModelChanged()
void resolveTypes()
void javaElementChanged(org.eclipse.jdt.core.ElementChangedEvent event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||