Dali Provisional API
Release 3.2

Uses of Package
org.eclipse.jpt.common.core.resource.xml

Packages that use org.eclipse.jpt.common.core.resource.xml
org.eclipse.jpt.common.core.resource.xml   
org.eclipse.jpt.jaxb.eclipselink.core   
org.eclipse.jpt.jaxb.eclipselink.core.context.oxm   
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.eclipselink.core   
 

Classes in org.eclipse.jpt.common.core.resource.xml used by org.eclipse.jpt.common.core.resource.xml
EBaseObject
          Common Dali behavior for EMF objects.
EBaseObjectImpl
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
 

Classes in org.eclipse.jpt.common.core.resource.xml used by org.eclipse.jpt.jaxb.eclipselink.core
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.
 

Classes in org.eclipse.jpt.common.core.resource.xml used by org.eclipse.jpt.jaxb.eclipselink.core.context.oxm
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.
 

Classes in org.eclipse.jpt.common.core.resource.xml used by org.eclipse.jpt.jpa.core
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.
 

Classes in org.eclipse.jpt.common.core.resource.xml used by org.eclipse.jpt.jpa.core.context
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.
 

Classes in org.eclipse.jpt.common.core.resource.xml used by org.eclipse.jpt.jpa.eclipselink.core
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.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.