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/H2Platform"

 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
Note: This platform has been integrated into the 2.0 / main stream development. (as of 10-22-2009).
 +
 
Note: This page describes an extension of EclipseLink that is part of the EclipseLink incubator.  Incubator projects are published so the community can use them either to progress towards having them included in the main product, or to use in their own implementations.  They have been tested to varying levels and as such, we recommend doing your own testing before including any of this code in a production-level product.  Please report any issues via the bug listed below:
 
Note: This page describes an extension of EclipseLink that is part of the EclipseLink incubator.  Incubator projects are published so the community can use them either to progress towards having them included in the main product, or to use in their own implementations.  They have been tested to varying levels and as such, we recommend doing your own testing before including any of this code in a production-level product.  Please report any issues via the bug listed below:
  
Line 7: Line 9:
 
==Description==
 
==Description==
  
This is a subclass of DatabasePlatform that can be used by customes using the H2 database.
+
This is a subclass of DatabasePlatform that can be used by customers using the H2 database.
  
 
==Documentation==
 
==Documentation==
Line 24: Line 26:
  
 
No specific tests or examples have been written
 
No specific tests or examples have been written
 +
 +
==Alternatives==
 +
 +
The OraclePlatform can be successfully used instead of H2Platform in many case.

Latest revision as of 10:47, 22 October 2009

Note: This platform has been integrated into the 2.0 / main stream development. (as of 10-22-2009).

Note: This page describes an extension of EclipseLink that is part of the EclipseLink incubator. Incubator projects are published so the community can use them either to progress towards having them included in the main product, or to use in their own implementations. They have been tested to varying levels and as such, we recommend doing your own testing before including any of this code in a production-level product. Please report any issues via the bug listed below:

Bug

bug 215079

Description

This is a subclass of DatabasePlatform that can be used by customers using the H2 database.

Documentation

This section should be written as the platform is exercised and should include things like "configuration", "how to use", "limitations"

Location

svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/incubator/extensions/trunk/org.eclipse.persistence.platform.database.h2

Level of Testing

  • Sept 3, 2009 - Initial check-in - compile-only, no database-level testing

Location of tests and examples

No specific tests or examples have been written

Alternatives

The OraclePlatform can be successfully used instead of H2Platform in many case.

Back to the top