|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JpaXmlResource | |
|---|---|
| org.eclipse.jpt.jpa.core | |
| org.eclipse.jpt.jpa.core.context | |
| org.eclipse.jpt.jpa.core.resource | |
| org.eclipse.jpt.jpa.eclipselink.core | |
| Uses of JpaXmlResource in org.eclipse.jpt.jpa.core |
|---|
| Methods in org.eclipse.jpt.jpa.core that return JpaXmlResource | |
|---|---|
JpaXmlResource |
JpaProject.getDefaultOrmXmlResource()
Return the XML resource model corresponding to the file META-INF/orm.xml if that file has the mapping file content type. |
JpaXmlResource |
JpaProject.getMappingFileXmlResource(org.eclipse.core.runtime.IPath runtimePath)
Return the XML resource model corresponding to the file with the specified runtime path if that file has the mapping file content type ( "org.eclipse.jpt.jpa.core.content.mappingFile") |
JpaXmlResource |
JpaProject.getPersistenceXmlResource()
Return the XML resource model corresponding to the file with runtime path META-INF/persistence.xml if that file has the persistence content type
("org.eclipse.jpt.jpa.core.content.persistence"). |
| Methods in org.eclipse.jpt.jpa.core with parameters of type JpaXmlResource | |
|---|---|
MappingFile |
JpaFactory.buildMappingFile(MappingFileRef parent,
JpaXmlResource resource)
|
PersistenceXml |
JpaFactory.buildPersistenceXml(JpaRootContextNode parent,
JpaXmlResource resource)
|
| Uses of JpaXmlResource in org.eclipse.jpt.jpa.core.context |
|---|
| Methods in org.eclipse.jpt.jpa.core.context that return JpaXmlResource | |
|---|---|
JpaXmlResource |
XmlFile.getXmlResource()
Return the resource model object |
| Uses of JpaXmlResource in org.eclipse.jpt.jpa.core.resource |
|---|
| Methods in org.eclipse.jpt.jpa.core.resource that return JpaXmlResource | |
|---|---|
JpaXmlResource |
AbstractXmlResourceProvider.createFileAndResource(java.lang.Object config,
org.eclipse.core.runtime.IProgressMonitor monitor)
This will actually create the underlying file and the JpaXmlResource that corresponds to it. |
JpaXmlResource |
JpaXmlResourceProvider.getXmlResource()
|
JpaXmlResource |
AbstractXmlResourceProvider.getXmlResource()
Return the resource, if it exists. |
| Uses of JpaXmlResource in org.eclipse.jpt.jpa.eclipselink.core |
|---|
| Methods in org.eclipse.jpt.jpa.eclipselink.core that return JpaXmlResource | |
|---|---|
JpaXmlResource |
EclipseLinkJpaProject.getDefaultEclipseLinkOrmXmlResource()
Return the resource model object that corresponds to the file META-INF/eclipselink-orm.xml if that file has the
EclipseLink content type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||