Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornhauge2010-08-11 18:55:53 +0000
committernhauge2010-08-11 18:55:53 +0000
commit73c7b0d80643fe65eaf157eff78f517c71abe3a3 (patch)
treeff93fb4018725e12750d87ceb0f1db804bc88d4a /jpa/plugins/org.eclipse.jpt.doc.user
parentba5376735d205a86d6340dcf5b6fa0f51de3354f (diff)
downloadwebtools.dali-73c7b0d80643fe65eaf157eff78f517c71abe3a3.tar.gz
webtools.dali-73c7b0d80643fe65eaf157eff78f517c71abe3a3.tar.xz
webtools.dali-73c7b0d80643fe65eaf157eff78f517c71abe3a3.zip
295727 - Added help id for metamodel.
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.doc.user')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/contexts.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/contexts.xml b/jpa/plugins/org.eclipse.jpt.doc.user/contexts.xml
index 2134b2bb05..a7a661aa44 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/contexts.xml
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/contexts.xml
@@ -618,7 +618,7 @@ For example: "lastName ASC ,salary DESC" </description>
<topic label="Project properties" href="ref_project_properties"/>
<topic label="Understanding persistence" href="concept_persistence.htm"/>
</context>
- <context id="entity_cachable">
+ <context id="entity_cacheable">
<description>Specify if the entity uses the @Cachable annotation. Default is @Cachable(false).</description>
<topic label="JPA Details" href="ref_persistence_prop_view.htm"/>
<topic label="Understanding persistence" href="concept_persistence.htm"/>

Back to the top