|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of JptResourceModel in org.eclipse.jpt.common.core |
|---|
| Methods in org.eclipse.jpt.common.core with parameters of type JptResourceModel | |
|---|---|
void |
JptResourceModelListener.resourceModelChanged(JptResourceModel jpaResourceModel)
|
void |
JptResourceModelListener.resourceModelReverted(JptResourceModel jpaResourceModel)
Modified resource is closed without saving |
void |
JptResourceModelListener.resourceModelUnloaded(JptResourceModel jpaResourceModel)
|
| Uses of JptResourceModel in org.eclipse.jpt.common.core.resource.java |
|---|
| Subinterfaces of JptResourceModel in org.eclipse.jpt.common.core.resource.java | |
|---|---|
interface |
JavaResourceCompilationUnit
Dali resource for JDT compilation unit (i.e. a Java source code file). |
static interface |
JavaResourceModel.Root
Root of Java resource model containment hierarchy. |
interface |
JavaResourcePackageFragmentRoot
Java package fragement root (i.e. a claspath entry: either a directory or a .jar). |
interface |
JavaResourcePackageInfoCompilationUnit
Dali resource for JDT compilation unit named package-info.java. |
interface |
JavaResourceTypeCache
Java persistent type cache - used to hold "external" types 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 JptResourceModel in org.eclipse.jpt.common.core.resource.xml |
|---|
| Classes in org.eclipse.jpt.common.core.resource.xml that implement JptResourceModel | |
|---|---|
class |
JptXmlResource
To retrieve the JPA XML resource corresponding to an Eclipse file: IFile file = (IFile) ResourcesPlugin.getWorkspace().getRoot().findMember("Foo.java"); JptXmlResource jpaXmlResource = (JptXmlResource) file.getAdapter(JptXmlResource.class); This is a non-blocking call; and as a result it will return null
if the JPA XML resource or its JPA project is currently under construction. |
| Uses of JptResourceModel in org.eclipse.jpt.jaxb.core |
|---|
| Fields in org.eclipse.jpt.jaxb.core with type parameters of type JptResourceModel | |
|---|---|
static org.eclipse.jpt.common.utility.transformer.Transformer<JaxbFile,JptResourceModel> |
JaxbFile.RESOURCE_MODEL_TRANSFORMER
|
| Methods in org.eclipse.jpt.jaxb.core that return JptResourceModel | |
|---|---|
JptResourceModel |
JaxbResourceModelProvider.buildResourceModel(JaxbProject jaxbProject,
IFile file)
Build a JAXB resource model for the specified JAXB project and file. |
JptResourceModel |
JaxbFile.getResourceModel()
Return the resource model corresponding to the JPA file; typically a JPA compilation unit, a JPA XML resource, or a JPA package fragment root (JAR). |
JptResourceModel |
JaxbFile.getResourceModel(IContentType contentType)
Convenience method. |
JptResourceModel |
JaxbFile.ResourceModelTransformer.transform(JaxbFile jaxbFile)
|
| Methods in org.eclipse.jpt.jaxb.core with parameters of type JptResourceModel | |
|---|---|
JaxbFile |
JaxbFactory.buildJaxbFile(JaxbProject jaxbProject,
IFile file,
IContentType contentType,
JptResourceModel resourceModel)
Construct a JAXB file for the specified JAXB project, file, content type, and resource model. |
| Uses of JptResourceModel in org.eclipse.jpt.jaxb.core.resource.jaxbindex |
|---|
| Subinterfaces of JptResourceModel in org.eclipse.jpt.jaxb.core.resource.jaxbindex | |
|---|---|
interface |
JaxbIndexResource
|
| Uses of JptResourceModel in org.eclipse.jpt.jaxb.core.resource.jaxbprops |
|---|
| Subinterfaces of JptResourceModel in org.eclipse.jpt.jaxb.core.resource.jaxbprops | |
|---|---|
interface |
JaxbPropertiesResource
|
| Uses of JptResourceModel in org.eclipse.jpt.jpa.core |
|---|
| Fields in org.eclipse.jpt.jpa.core with type parameters of type JptResourceModel | |
|---|---|
static org.eclipse.jpt.common.utility.transformer.Transformer<JpaFile,JptResourceModel> |
JpaFile.RESOURCE_MODEL_TRANSFORMER
|
| Methods in org.eclipse.jpt.jpa.core that return JptResourceModel | |
|---|---|
JptResourceModel |
JpaResourceModelProvider.buildResourceModel(JpaProject jpaProject,
IFile file)
Build a JPA resource model for the specified JPA project and file. |
JptResourceModel |
JpaFile.getResourceModel()
Return the resource model corresponding to the JPA file; typically a JPA compilation unit, a JPA XML resource, or a JPA package fragment root (JAR). |
JptResourceModel |
JpaFile.getResourceModel(IContentType contentType)
Convenience method. |
JptResourceModel |
JpaFile.ResourceModelTransformer.transform(JpaFile jpaFile)
|
| Methods in org.eclipse.jpt.jpa.core with parameters of type JptResourceModel | |
|---|---|
JpaFile |
JpaFactory.buildJpaFile(JpaProject jpaProject,
IFile file,
IContentType contentType,
JptResourceModel resourceModel)
Construct a JPA file for the specified JPA project, file, content type, and resource model. |
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||