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/Features/JPA"

(EclipseLink's Object-Relational Features =)
Line 1: Line 1:
= EclipseLink's Object-Relational Features =
+
{| width="100%" style="border: solid 2px #A3B1BF; background: #F5FAFF; padding: 15px;" |
 +
|-
 +
|
 +
<h2 style="background-color:#cedff2; border-bottom:0px; border: 1px solid #a3b0bf; text-align:center; padding-top:4px;">PAGE UNDER CONSTRUCTION</h2>
 +
|}
 +
 
 +
== EclipseLink's Object-Relational Features ==
 +
 
 +
=== Mapping ===
 +
 
 +
=== Sequencing ===
 +
* Primary Key assignment
 +
** Native Sequence
 +
 
 +
=== Locking ===
 +
 
 +
* Optimistic Locking
 +
* Pessimistic
 +
 
 +
=== Query Framework ===
 +
 
 +
* Query Types
 +
** Object Read Queries
 +
*** ReadAllQuery
 +
*** ReadObjectQuery
 +
** ReportQuery
 +
** ValueReadQuery
 +
** Object Write Queries
 +
*** Insert
 +
*** Update
 +
*** Delete
 +
* Expression Framework
 +
** Expression
 +
** ExpressionBuilder
 +
** ExpressionOperator
 +
* Native Queries
 +
** SQL
 +
** Stored Procedure
 +
* Query By Example
 +
 
 +
=== Transactions ===
 +
 
 +
* Commit ordering based on
 +
 
 +
=== Database Platform ===
 +
 
 +
* Provided Platforms
 +
** Oracle
 +
** MySQL
 +
** DB2
 +
** Sybase
 +
** SQL Server

Revision as of 15:56, 16 August 2007

PAGE UNDER CONSTRUCTION

EclipseLink's Object-Relational Features

Mapping

Sequencing

  • Primary Key assignment
    • Native Sequence

Locking

  • Optimistic Locking
  • Pessimistic

Query Framework

  • Query Types
    • Object Read Queries
      • ReadAllQuery
      • ReadObjectQuery
    • ReportQuery
    • ValueReadQuery
    • Object Write Queries
      • Insert
      • Update
      • Delete
  • Expression Framework
    • Expression
    • ExpressionBuilder
    • ExpressionOperator
  • Native Queries
    • SQL
    • Stored Procedure
  • Query By Example

Transactions

  • Commit ordering based on

Database Platform

  • Provided Platforms
    • Oracle
    • MySQL
    • DB2
    • Sybase
    • SQL Server

Back to the top