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/JPA 2.0/standard properties"

m (Work Required)
Line 1: Line 1:
 +
__NOTOC__
 
= Standardized Properties =
 
= Standardized Properties =
[[EclipseLink/Development/JPA_2.0 | JPA 2.0 Root]] |   
+
 
[http://bugs.eclipse.org/249023 Enhancement Request]
+
[[EclipseLink/Development/JPA_2.0 | JPA 2.0 Root]] |  {{bug|249023}}
==Issue Summary==
+
 
 +
== Summary==
 +
 
 
In JPA 2.0 the specification has defined standard persistence unit properties for JDBC setting.  These properties will need to be supported
 
In JPA 2.0 the specification has defined standard persistence unit properties for JDBC setting.  These properties will need to be supported
  
 
See JPA 2.0 ED section [https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_JCP-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=persistence-2.0-pr-oth-JSpec@CDS-CDS_JCP 7.2.1.7] (previously 6.2.1.7) for details.
 
See JPA 2.0 ED section [https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_JCP-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=persistence-2.0-pr-oth-JSpec@CDS-CDS_JCP 7.2.1.7] (previously 6.2.1.7) for details.
  
==General Solution==
+
{|{{BMTableStyle}}
 +
|-{{BMTHStyle}}
 +
! Date
 +
! Committer(s)
 +
! Description
 +
|-
 +
| Feb 2, 2009 || [[User:Douglas.clarke.oracle.com | dclarke]] || Initial feature template
 +
|-
 +
|}
  
Should be a simple translation to our existing properties.  We will want to deprecate our existing properties.
+
=== Work Estimate ==
  
==Work Required==
 
 
# Develop model for testing access type settings
 
# Develop model for testing access type settings
 
#: approx 2 days
 
#: approx 2 days
 
# Update processing
 
# Update processing
 
#: approx 2 days
 
#: approx 2 days
 +
 +
== Functional Requirements ==
 +
 +
Should be a simple translation to our existing properties.  We will want to deprecate our existing properties.
 +
 +
== Design ==
 +
 +
== Documentation ==
 +
 +
== Testing ==
 +
 +
== Open Issues ==

Revision as of 14:15, 2 February 2009

Standardized Properties

JPA 2.0 Root | bug 249023

Summary

In JPA 2.0 the specification has defined standard persistence unit properties for JDBC setting. These properties will need to be supported

See JPA 2.0 ED section 7.2.1.7 (previously 6.2.1.7) for details.

Date Committer(s) Description
Feb 2, 2009 dclarke Initial feature template

= Work Estimate

  1. Develop model for testing access type settings
    approx 2 days
  2. Update processing
    approx 2 days

Functional Requirements

Should be a simple translation to our existing properties. We will want to deprecate our existing properties.

Design

Documentation

Testing

Open Issues

Back to the top