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 "EclipseLinkNewAttributeMappings"

(Functional Specification: Dali Support for EclipseLink Attribute Mapping Options)
(Functional Specification: Dali Support for New EclipseLink Attribute Mappings)
Line 2: Line 2:
  
 
[http://bugs.eclipse.org/238460 bug 238460] - basic collection mapping support
 
[http://bugs.eclipse.org/238460 bug 238460] - basic collection mapping support
 
+
 
 +
[http://bugs.eclipse.org/238462 bug 238462] - basic map mapping support
 +
   
 
== Document History ==
 
== Document History ==
 
{|{{BMTableStyle}}
 
{|{{BMTableStyle}}
Line 28: Line 30:
  
 
[http://wiki.eclipse.org/Using_EclipseLink_JPA_Extensions_(ELUG)#How_to_Use_the_.40BasicCollection_Annotation EclipseLink BasicCollection annotation documentation]
 
[http://wiki.eclipse.org/Using_EclipseLink_JPA_Extensions_(ELUG)#How_to_Use_the_.40BasicCollection_Annotation EclipseLink BasicCollection annotation documentation]
 +
[http://wiki.eclipse.org/Using_EclipseLink_JPA_Extensions_(ELUG)#How_to_Use_the_.40BasicMap_Annotation EclipseLink BasicMap annotation documentation]
 +
[http://wiki.eclipse.org/Using_EclipseLink_JPA_Extensions_(ELUG)#How_to_Use_the_.40CollectionTable_Annotation EclipseLink CollectionTable annotation documentation]
 +
 +
  
 
== Requirements / Functionality ==
 
== Requirements / Functionality ==

Revision as of 15:13, 25 June 2008

Functional Specification: Dali Support for New EclipseLink Attribute Mappings

bug 238460 - basic collection mapping support

bug 238462 - basic map mapping support

Document History

Date Author Version Description & Notes
6-25-2008 Karen Butzke Draft

Project overview

Overview of the project/feature. Why is it desired, what are its goals.

Goals:

  • goal 1
  • goal 2

Concepts

Present any concepts relevant to the feature.

EclipseLink BasicCollection annotation documentation EclipseLink BasicMap annotation documentation EclipseLink CollectionTable annotation documentation


Requirements / Functionality

The following sections will expand the goals of this project into more concrete requirements.

API

Issues

This section lists the open issues that are still pending that must be decided prior to fully implementing this project's requirements.

Issue # Owner Description / Notes Decision

Future Considerations

During the research for this project the following items were identified as out of scope but are captured here as potential future enhancements. If agreed upon during the review process these should be logged in the bug system.

Back to the top