Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.doc.user/contexts.xml')
-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