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"

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. [fixed - bg]
+
* Documentation should be from JPA perspective, not native API, do not talk about descriptors, expressions etc., talk about Entities, Queries. ''[fixed - bg]''
* 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. [fixed - bg]
+
* 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. ''[fixed - bg]''
* Examples are not use "source lang="java"/"xml"" tags.  [fixed - bg]
+
* Examples are not use "source lang="java"/"xml"" tags.  ''[fixed - bg]''
* The example formatting is off, two lines appended to one.  The example should be relevant to something that a user would want to do, i.e. ."this.isDeleted = false", or effective dates, or tenants. [fixed - bg]
+
* The example formatting is off, two lines appended to one.  The example should be relevant to something that a user would want to do, i.e. ."this.isDeleted = false", or effective dates, or tenants. ''[fixed - bg]''
* Should state the purpose of this feature, why would someone want to use it?  Soft deletes, history, multi-tenancy, shared table [added -bg. But I need more information about how/why this feature is useful for those items]
+
* Should state the purpose of this feature, why would someone want to use it?  Soft deletes, history, multi-tenancy, shared table ''[added -bg. But I need more information about how/why this feature is useful for those items]''
* Should include link to API (annotation, maybe native API (DescriptorQueryManager, Expression))[fixed - bg]  
+
* Should include link to API (annotation, maybe native API (DescriptorQueryManager, Expression))''[fixed - bg] ''
 
:[[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)
  
 
* AdditionalCriteria is more part of mapping, than querying, should probably be in the mapping section.
 
* AdditionalCriteria is more part of mapping, than querying, should probably be in the mapping section.
:[[User:James.sutherland.oracle.com|James.sutherland.oracle.com]] 16:52, 1 March 2011 (UTC)[fixed - bg]
+
:[[User:James.sutherland.oracle.com|James.sutherland.oracle.com]] 16:52, 1 March 2011 (UTC)''[fixed - bg]''
 +
 
 +
Questions 4/4/11 BG
 +
Why is this useful for multi-tenancy, soft deletes, history, shared tables, and temporal filtering? Can someone provide examples, if you think that would be helpful?

Revision as of 15:40, 4 April 2011

Comments

  • Documentation should be from JPA perspective, not native API, do not talk about descriptors, expressions etc., talk about Entities, Queries. [fixed - bg]
  • 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. [fixed - bg]
  • Examples are not use "source lang="java"/"xml"" tags. [fixed - bg]
  • The example formatting is off, two lines appended to one. The example should be relevant to something that a user would want to do, i.e. ."this.isDeleted = false", or effective dates, or tenants. [fixed - bg]
  • Should state the purpose of this feature, why would someone want to use it? Soft deletes, history, multi-tenancy, shared table [added -bg. But I need more information about how/why this feature is useful for those items]
  • Should include link to API (annotation, maybe native API (DescriptorQueryManager, Expression))[fixed - bg]
James.sutherland.oracle.com 19:33, 28 February 2011 (UTC)
  • AdditionalCriteria is more part of mapping, than querying, should probably be in the mapping section.
James.sutherland.oracle.com 16:52, 1 March 2011 (UTC)[fixed - bg]

Questions 4/4/11 BG Why is this useful for multi-tenancy, soft deletes, history, shared tables, and temporal filtering? Can someone provide examples, if you think that would be helpful?

Back to the top