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 "EclipseLink/Development/Incubator/Extensions"

(Extension Projects)
Line 12: Line 12:
 
Each extension will be maintained in its own project with self contained test cases to illustrate and verify its usage. EclipseLink users can then use these extensions as per their EPL/EDL licensing terms. Over time extensions in this incubator may be migrated into core functionality. At that time the associated wiki content will be updated to include migration instructions to upgrade to the shipped implementation. Each project in this incubator should have its own bug associated so that users of the extension can add themselves to the cc list and therefore be notified of enhancements and migration of functionality into the project's distributed bundles/JARs.
 
Each extension will be maintained in its own project with self contained test cases to illustrate and verify its usage. EclipseLink users can then use these extensions as per their EPL/EDL licensing terms. Over time extensions in this incubator may be migrated into core functionality. At that time the associated wiki content will be updated to include migration instructions to upgrade to the shipped implementation. Each project in this incubator should have its own bug associated so that users of the extension can add themselves to the cc list and therefore be notified of enhancements and migration of functionality into the project's distributed bundles/JARs.
  
== Extension Projects ==
+
== Extension Projects ==
  
|| Bug || Description || Comments or Wiki link
+
<br>
| ? | IngresDatabasePlatform | Custom platform provided by vendor. Needs to have all issues verified and certification testing sorted out.
+
 
| ? | GraphInvalidationListener | SessionEventListener.postExecuteQuery that ensures all related objects returned from a query that are invalid in the cache are refreshed.
+
{| cellspacing="1" cellpadding="1" border="1"
| ? | NestedFetchGroup | Extended FetchGroup implementation supporting specifying a FetchGroup for related objects where the relationships are LAZY.
+
|-
| ? | FetchPlan | CUstom query redirector that allows the specification of required related objects that are forced to be loaded before the query result is returned.
+
| Bug<br>
 +
| Description<br>
 +
| Comments or Wiki link<br>
 +
|-
 +
| ?<br>
 +
| Ingres Platform<br>
 +
| Custom platform provided by vendor. Needs to have all issues verified and certification testing sorted out. <br>
 +
|-
 +
| ?<br>
 +
| Nested Fetch Group<br>
 +
| Extended FetchGroup implementation supporting specifying a FetchGroup for related objects where the relationships are LAZY.<br>
 +
|-
 +
| ?<br>
 +
| Fetch Plan<br>
 +
| Custom query redirector that allows the specification of required related objects that are forced to be loaded before the query result is returned. <br>
 +
|-
 +
| ?
 +
| GraphInvalidationListener
 +
| A SessionEventListener that uses postExecuteQuery to process query results ensuring that any loaded relationships have valid objects, refreshing any invalid ones found.
 +
|}
 +
<br>

Revision as of 14:25, 1 September 2009

EclipseLink Extensions Incubator

This incubator bug 258347 will allow the development of extensions to EclipseLink that illustrate to users how similar extensions can be written. The extensions include:

  • Database Platforms
  • Expression Operators
  • Event Listeners
  • Query Re-directors
  • Server Platforms
  • ...

Each extension will be maintained in its own project with self contained test cases to illustrate and verify its usage. EclipseLink users can then use these extensions as per their EPL/EDL licensing terms. Over time extensions in this incubator may be migrated into core functionality. At that time the associated wiki content will be updated to include migration instructions to upgrade to the shipped implementation. Each project in this incubator should have its own bug associated so that users of the extension can add themselves to the cc list and therefore be notified of enhancements and migration of functionality into the project's distributed bundles/JARs.

Extension Projects


Bug
Description
Comments or Wiki link
 ?
Ingres Platform
Custom platform provided by vendor. Needs to have all issues verified and certification testing sorted out.
 ?
Nested Fetch Group
Extended FetchGroup implementation supporting specifying a FetchGroup for related objects where the relationships are LAZY.
 ?
Fetch Plan
Custom query redirector that allows the specification of required related objects that are forced to be loaded before the query result is returned.
 ? GraphInvalidationListener A SessionEventListener that uses postExecuteQuery to process query results ensuring that any loaded relationships have valid objects, refreshing any invalid ones found.


Back to the top