Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Talk:EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Additional Criteria"

(New page: ===Comments=== * Documentation should be from JPA perspective, not native API, do not talk about descriptors, expressions etc., talk about Entities, Queries * Merging and overriding applie...)
 
Line 1: Line 1:
 
===Comments===
 
===Comments===
* Documentation should be from JPA perspective, not native API, do not talk about descriptors, expressions etc., talk about Entities, Queries
+
* Documentation should be from JPA perspective, not native API, do not talk about descriptors, expressions etc., talk about Entities, Queries.
* Merging and overriding applies to all annotations/xml, should not document it in here or in every page, but have a single page that documents the overriding behavoir
+
* Merging and overriding applies to all annotations/xml, should not document it in here or in every page, but have a single page that documents the overriding behavior.
 +
* Examples are not use "source lang="java"/"xml"" tags.
 
:[[User:James.sutherland.oracle.com|James.sutherland.oracle.com]] 19:33, 28 February 2011 (UTC)
 
:[[User:James.sutherland.oracle.com|James.sutherland.oracle.com]] 19:33, 28 February 2011 (UTC)

Revision as of 15:34, 28 February 2011

Comments

  • Documentation should be from JPA perspective, not native API, do not talk about descriptors, expressions etc., talk about Entities, Queries.
  • Merging and overriding applies to all annotations/xml, should not document it in here or in every page, but have a single page that documents the overriding behavior.
  • Examples are not use "source lang="java"/"xml"" tags.
James.sutherland.oracle.com 19:33, 28 February 2011 (UTC)

Back to the top