|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JpaResourceType | |
|---|---|
| org.eclipse.jpt.core | |
| org.eclipse.jpt.core.context | |
| org.eclipse.jpt.core.resource.xml | |
| org.eclipse.jpt.ui | |
| Uses of JpaResourceType in org.eclipse.jpt.core |
|---|
| Fields in org.eclipse.jpt.core declared as JpaResourceType | |
|---|---|
static JpaResourceType |
JptCorePlugin.JAR_RESOURCE_TYPE
The resource type for Java archives (JARs). |
static JpaResourceType |
JptCorePlugin.JAVA_SOURCE_RESOURCE_TYPE
The resource type for Java source code files |
static JpaResourceType |
JptCorePlugin.ORM_XML_1_0_RESOURCE_TYPE
The resource type for orm.xml version 1.0 mapping files |
static JpaResourceType |
JptCorePlugin.ORM_XML_2_0_RESOURCE_TYPE
The resource type for orm.xml version 2.0 mapping files |
static JpaResourceType |
JptCorePlugin.PERSISTENCE_XML_1_0_RESOURCE_TYPE
The resource type for persistence.xml version 1.0 files |
static JpaResourceType |
JptCorePlugin.PERSISTENCE_XML_2_0_RESOURCE_TYPE
The resource type for persistence.xml version 2.0 files |
| Methods in org.eclipse.jpt.core that return JpaResourceType | |
|---|---|
JpaResourceType |
JpaPlatform.getMostRecentSupportedResourceType(org.eclipse.core.runtime.content.IContentType contentType)
Return the most recent supported JpaResourceType for the given content type. |
JpaResourceType |
JpaPlatformProvider.getMostRecentSupportedResourceType(org.eclipse.core.runtime.content.IContentType contentType)
Return the most recent resource type for the given content type supported by this platform |
JpaResourceType |
JpaResourceModel.getResourceType()
Return the resource type of the model. |
JpaResourceType |
JpaStructureNode.getResourceType()
Return the content type of the structure node's resource. |
JpaResourceType |
ResourceDefinition.getResourceType()
Return the associated resource type. |
| Methods in org.eclipse.jpt.core with parameters of type JpaResourceType | |
|---|---|
ResourceDefinition |
JpaPlatform.getResourceDefinition(JpaResourceType resourceType)
Return a ResourceDefinition to describe the context model for a file of the given
resource type. |
boolean |
JpaPlatform.supportsResourceType(JpaResourceType resourceType)
Return true if the resource type is supported. |
| Uses of JpaResourceType in org.eclipse.jpt.core.context |
|---|
| Methods in org.eclipse.jpt.core.context that return JpaResourceType | |
|---|---|
JpaResourceType |
JpaContextNode.getResourceType()
Return the resource type of the context node's resource. |
| Uses of JpaResourceType in org.eclipse.jpt.core.resource.xml |
|---|
| Methods in org.eclipse.jpt.core.resource.xml that return JpaResourceType | |
|---|---|
JpaResourceType |
JpaXmlResource.getResourceType()
|
| Uses of JpaResourceType in org.eclipse.jpt.ui |
|---|
| Methods in org.eclipse.jpt.ui with parameters of type JpaResourceType | |
|---|---|
java.util.Iterator<MappingUiDefinition<PersistentAttribute,? extends AttributeMapping>> |
JpaPlatformUi.attributeMappingUiDefinitions(JpaResourceType resourceType)
|
JpaComposite |
JpaPlatformUi.buildAttributeMappingComposite(JpaResourceType resourceType,
java.lang.String mappingKey,
org.eclipse.swt.widgets.Composite parent,
PropertyValueModel<AttributeMapping> mappingHolder,
WidgetFactory widgetFactory)
|
JpaComposite |
JpaPlatformUi.buildTypeMappingComposite(JpaResourceType resourceType,
java.lang.String mappingKey,
org.eclipse.swt.widgets.Composite parent,
PropertyValueModel<TypeMapping> mappingHolder,
WidgetFactory widgetFactory)
|
DefaultMappingUiDefinition<PersistentAttribute,? extends AttributeMapping> |
JpaPlatformUi.getDefaultAttributeMappingUiDefinition(JpaResourceType resourceType,
java.lang.String mappingKey)
|
DefaultMappingUiDefinition<PersistentType,? extends TypeMapping> |
JpaPlatformUi.getDefaultTypeMappingUiDefinition(JpaResourceType resourceType)
|
ResourceUiDefinition |
JpaPlatformUi.getResourceUiDefinition(JpaResourceType resourceType)
Return a resource ui definition for the specified resource type. |
boolean |
ResourceUiDefinition.providesUi(JpaResourceType resourceType)
Return whether this definition provides UI for resource of the given type |
java.util.Iterator<MappingUiDefinition<PersistentType,? extends TypeMapping>> |
JpaPlatformUi.typeMappingUiDefinitions(JpaResourceType resourceType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||