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/DesignDocs/232063"

(New page: <div style="margin:5px;float:right;border:1px solid #000000;padding:5px">__TOC__</div> = Design Specification: Relationships between JPA 2.0 Cachable(false) and Cachable(true) Entities sho...)
 
Line 1: Line 1:
<div style="margin:5px;float:right;border:1px solid #000000;padding:5px">__TOC__</div>
+
<div style="border: 1px solid rgb(0, 0, 0); margin: 5px; padding: 5px; float: right;">__TOC__</div>  
= Design Specification: Relationships between JPA 2.0 Cachable(false) and Cachable(true) Entities should be supported =
+
= Design Specification: <br>&nbsp;&nbsp;&nbsp;&nbsp; Relationships between non-Cachable and Cachable Entities =
  
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=232063 ER 232063]
+
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=232063 ER 232063]  
  
== Document History ==
+
== Document History ==
{|{{BMTableStyle}}
+
 
|-{{BMTHStyle}}
+
{|
! Date
+
|-
! Author
+
! Date  
! Version Description & Notes
+
! Author  
|-  
+
! Version Description &amp; Notes
| 2010/05/27
+
|-
| [[User:Gordon.yorke.oracle.com|Gordon Yorke]]
+
| 2010/05/27  
 +
| [[User:Gordon.yorke.oracle.com|Gordon Yorke]]  
 
|  
 
|  
|-
 
 
|}
 
|}
  
== Project overview ==
+
== Project overview ==
  
Goals:
+
Goals:  
* Relationships between JPA 2.0 Cachable(false) and Cachable(true) Entities should be supported
+
  
== Concepts ==
+
*Relationships between JPA 2.0 Cachable(false) and Cachable(true) Entities should be supported
  
 +
== Concepts  ==
  
== Requirements ==
+
== Requirements ==
  
 +
== Design Constraints  ==
  
== Design Constraints ==
+
=== EclipseLink JPA Metadata  ===
  
=== EclipseLink JPA Metadata ===
+
== High Level Design  ==
  
== High Level Design ==
+
== Design / Functionality ==
== Design / Functionality ==
+
  
==== Design Notes ====
+
==== Design Notes ====
  
== Testing ==
+
== Testing ==
  
== API ==
+
== API ==
  
== Config files ==
+
== Config files ==
  
== Documentation ==
+
== Documentation ==
  
== Open Issues ==
+
== Open Issues ==
  
This section lists the open issues that are still pending that must be decided prior to fully implementing this project's requirements.
+
This section lists the open issues that are still pending that must be decided prior to fully implementing this project's requirements.  
  
{|{{BMTableStyle}}
+
{|
|-{{BMTHStyle}}
+
|-
! Issue #
+
! Issue #  
! Owner
+
! Owner  
 
! Description / Notes
 
! Description / Notes
|-  
+
|-
|
+
|  
|
+
|  
|
+
|  
 
|}
 
|}
  
== Decisions ==
+
== Decisions ==
  
This section lists decisions made. These are intended to document the resolution of open issues or constraints added to the project that are important.
+
This section lists decisions made. These are intended to document the resolution of open issues or constraints added to the project that are important.  
  
{|{{BMTableStyle}}
+
{|
|-{{BMTHStyle}}
+
|-
! Issue #
+
! Issue #  
! Description / Notes
+
! Description / Notes  
 
! Decision
 
! Decision
|-  
+
|-
|
+
|  
|
+
|  
|
+
|  
 
|}
 
|}
  
== Future Considerations ==
+
== 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.
 
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.

Revision as of 13:08, 27 May 2010

Design Specification:
     Relationships between non-Cachable and Cachable Entities

ER 232063

Document History

Date Author Version Description & Notes
2010/05/27 Gordon Yorke

Project overview

Goals:

  • Relationships between JPA 2.0 Cachable(false) and Cachable(true) Entities should be supported

Concepts

Requirements

Design Constraints

EclipseLink JPA Metadata

High Level Design

Design / Functionality

Design Notes

Testing

API

Config files

Documentation

Open 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

Decisions

This section lists decisions made. These are intended to document the resolution of open issues or constraints added to the project that are important.

Issue # 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