Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.eclipselink.core
Interface EclipseLinkJpaProject

All Superinterfaces:
IAdaptable, JpaNode, JpaProject, Model

public interface EclipseLinkJpaProject
extends JpaProject

EclipseLink JPA project.

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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.jpa.core.JpaProject
JpaProject.Config, JpaProject.Manager, JpaProject.Reference, JpaProject.RootContextNodeTransformer
 
Field Summary
 
Fields inherited from interface org.eclipse.jpt.jpa.core.JpaProject
DISCOVERS_ANNOTATED_CLASSES_PROPERTY, EXTERNAL_JAVA_RESOURCE_COMPILATION_UNITS_COLLECTION, FACET, FACET_ID, FACET_VERSION, FACET_VERSION_STRING, JPA_FILES_COLLECTION, MARKER_TYPE, MARKER_TYPE_SCOPE, MARKER_TYPE_SCOPE_, RELATIVE_MARKER_TYPE, ROOT_CONTEXT_NODE_TRANSFORMER, USER_OVERRIDE_DEFAULT_CATALOG_PROPERTY, USER_OVERRIDE_DEFAULT_SCHEMA_PROPERTY, VALIDATION_IGNORE_SEVERITY
 
Method Summary
 JptXmlResource getDefaultEclipseLinkOrmXmlResource()
          Return the resource model object that corresponds to the file META-INF/eclipselink-orm.xml if that file has the EclipseLink content type.
 
Methods inherited from interface org.eclipse.jpt.jpa.core.JpaProject
discoversAnnotatedClasses, dispose, getAnnotatedJavaSourceTypes, getConnectionProfile, getDataSource, getDefaultCatalog, getDefaultDbCatalog, getDefaultDbSchema, getDefaultDbSchemaContainer, getDefaultOrmXmlResource, getDefaultSchema, getExternalJavaResourceCompilationUnits, getExternalJavaResourceCompilationUnitsSize, getExternalJavaResourceTypeCache, getJarJpaFiles, getJavaProject, getJavaResourcePackage, getJavaResourcePackageFragmentRoot, getJavaResourcePackages, getJavaResourceType, getJavaResourceType, getJpaFile, getJpaFiles, getJpaFilesSize, getManagedTypeAnnotationNames, getManager, getMappingFileXmlResource, getName, getPersistenceXmlResource, getPlatformFile, getPotentialJavaSourceTypes, getProject, getRootContextNode, getTypeMappingAnnotationNames, getUserOverrideDefaultCatalog, getUserOverrideDefaultSchema, getValidationMessages, javaElementChanged, projectChanged, setDiscoversAnnotatedClasses, setUserOverrideDefaultCatalog, setUserOverrideDefaultSchema, synchronizeContextModel
 
Methods inherited from interface org.eclipse.jpt.jpa.core.JpaNode
getJpaPlatform, getJpaProject, getJpaProjectManager, getParent, getResource, stateChanged
 
Methods inherited from interface org.eclipse.jpt.common.utility.model.Model
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getDefaultEclipseLinkOrmXmlResource

JptXmlResource getDefaultEclipseLinkOrmXmlResource()
Return the resource model object that corresponds to the file META-INF/eclipselink-orm.xml if that file has the EclipseLink content type.

See Also:
XmlEntityMappings.DEFAULT_RUNTIME_PATH, XmlEntityMappings.CONTENT_TYPE

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.