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 "Dali/JPA2.1"

(New page: =Dali JPA 2.1 Support= This table identifies Dali's current support for JPA 2.1 features: {|{{BMTableStyle}} |-{{BMTHStyle}} ! Feature ! Status ! Links ! Description |- | Criteria Bulk ...)
 
(Dali JPA 2.1 Support)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Dali JPA 2.1 Support=
+
=Dali JPA 2.1 Support for Kepler=
  
 
This table identifies Dali's current support for JPA 2.1 features:
 
This table identifies Dali's current support for JPA 2.1 features:
Line 18: Line 18:
 
| Completed
 
| Completed
 
| {{bug|392701}}
 
| {{bug|392701}}
| Basic support has been completed.  Advanced UI support remains for Kepler +1 {{bug|401706}}
+
| Basic support has been completed.  Advanced UI support remains for Luna {{bug|401706}}
 
|-
 
|-
 
| JPQL - Arithmetic expressions with sub-queries.
 
| JPQL - Arithmetic expressions with sub-queries.
 
| Completed
 
| Completed
| {{bug|350597}}, [[EclipseLink/DesignDocs/350597|outline]]
+
| {{bug|350597}}
 
| use subqueries as arguments for arithmetic expressions.
 
| use subqueries as arguments for arithmetic expressions.
 
|-
 
|-
Line 37: Line 37:
 
| Generic Query function support
 
| Generic Query function support
 
| Completed
 
| Completed
| {{bug|350843}}, [[EclipseLink/DesignDocs/350843|outline]]
+
| {{bug|350843}}
 
| Provides JPQL support for SQL functions not specified in the spec
 
| Provides JPQL support for SQL functions not specified in the spec
 
|-
 
|-
Line 47: Line 47:
 
| Joins with On clause
 
| Joins with On clause
 
| Completed
 
| Completed
| {{bug|367452 }}, [[EclipseLink/DesignDocs/367452|outline]]
+
| {{bug|367452 }}
 
| Allows refinement of a Join expression through the use of the ON clause
 
| Allows refinement of a Join expression through the use of the ON clause
 
|-
 
|-
 
| Treat support
 
| Treat support
 
| Complete
 
| Complete
| {{bug|374771 }}, [[EclipseLink/DesignDocs/374771|outline]]
+
| {{bug|374771 }}
 
| Allows relationship joins to be treated as a subclass of the join type.
 
| Allows relationship joins to be treated as a subclass of the join type.
 
|-
 
|-
Line 66: Line 66:
 
|-
 
|-
 
| DDL Generation
 
| DDL Generation
| In Progress
+
| Completed
 
| {{bug|393196}}
 
| {{bug|393196}}
| Adding new persistence.xml properties to Generic and EclipseLink Persistence XML Editor extensions
+
| Added new persistence.xml properties to Generic and EclipseLink Persistence XML Editor extensions.  Support for ForeignKey and Index have been deferred as they do not affect tolerance. {{bug|392703}}
 
|-
 
|-
 
| Entity Graph
 
| Entity Graph

Latest revision as of 09:43, 27 June 2013

Dali JPA 2.1 Support for Kepler

This table identifies Dali's current support for JPA 2.1 features:

Feature Status Links Description
Criteria Bulk Update/Delete N/A Doesn't apply to tools
Stored Procedure Queries Completed bug 392701 Basic support has been completed. Advanced UI support remains for Luna bug 401706
JPQL - Arithmetic expressions with sub-queries. Completed bug 350597 use subqueries as arguments for arithmetic expressions.
ConstructorResult support in SQLResultsetMappings N/A Doesn't apply to tools
Runtime definition of Named Queries N/A Doesn't apply to tools
Generic Query function support Completed bug 350843 Provides JPQL support for SQL functions not specified in the spec
Injectable Entity Listeners N/A Doesn't apply to tools
Joins with On clause Completed bug 367452 Allows refinement of a Join expression through the use of the ON clause
Treat support Complete bug 374771 Allows relationship joins to be treated as a subclass of the join type.
Converter Completed bug 392702 Tolerance has been added to insure that no invalid validation occurs with this usage. Additional support is cataloged in bug 401218
Unsynchronized Persistence Contexts N/A Doesn't apply to tools
DDL Generation Completed bug 393196 Added new persistence.xml properties to Generic and EclipseLink Persistence XML Editor extensions. Support for ForeignKey and Index have been deferred as they do not affect tolerance. bug 392703
Entity Graph Deferred bug 402942 No support is planned for Kepler release as no tolerance issues have been identified

Copyright © Eclipse Foundation, Inc. All Rights Reserved.