Skip to content

Commit

Permalink
Documentation Content Update - Platforms, Annotations, QueryHints... (#…
Browse files Browse the repository at this point in the history
…1817)

This is update of 4.x documentation. It contains following changes:

    Database platforms
    JEE platforms
    Annotation extensions
    Persistence properties
    Query hints
    and some minor documentation issues like missing images


Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
  • Loading branch information
rfelcman committed Feb 22, 2023
1 parent 81e79a1 commit fdbdae0
Show file tree
Hide file tree
Showing 15 changed files with 3,493 additions and 427 deletions.
13 changes: 12 additions & 1 deletion docs/docs.concepts/src/main/asciidoc/app_tl_ext001.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////

Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2022, 2023 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -95,6 +95,10 @@ Provides Informix-specific behavior, including:
* Types for schema creation.
* Native sequencing using `@SERIAL`.
|MariaDB
|`org.eclipse.persistence.platform.database.MariaDBPlatform`
|Provides MariaDB-specific behavior.
|Microsoft Access
|`org.eclipse.persistence.platform.database.AccessPlatformPlatform`
|Provides Microsoft Access-specific behavior.
Expand Down Expand Up @@ -122,6 +126,7 @@ Provides Oracle Database-specific behavior, including:
* `NChar`
* `XMLType`
* `TIMESTAMP` (`TZ`, `LTZ`)
* `JSON`
* Native batch writing
* Structured object-relational data-types
* PLSQL datatypes and stored procedures
Expand Down Expand Up @@ -168,6 +173,12 @@ Provides PostgreSQL database-specific behavior, including:
See also PostgreSQL:
`http://wiki.eclipse.org/EclipseLink/FAQ/JPA/PostgreSQL`
|PostgreSQL 10
|`org.eclipse.persistence.platform.database.PostgreSQL10Platform`
|Provides PostgreSQL database-specific behavior, plus:
* `JSON` datatype support
|SAP MaxDB |`org.eclipse.persistence.platform.database.MaxDBPlatform`
|Provides MaxDB database-specific behavior.
Expand Down
16 changes: 6 additions & 10 deletions docs/docs.concepts/src/main/asciidoc/app_tl_ext002.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////

Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2022, 2023 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -43,27 +43,23 @@ API Reference for EclipseLink._
|=======================================================================
|*Server Name* |*Java Classes*
|IBM WebSphere Application Server a|
|Open Liberty Application Server a|
* `org.eclipse.persistence.platform.server.was.WebSphere_6_1_Platform`
* `org.eclipse.persistence.platform.server.was.WebSphere_7_Platform`
* `org.eclipse.persistence.platform.server.was.WebSpherePlatform`
* `org.eclipse.persistence.platform.server.was.WebSphere_Liberty_Platform`
|JBoss Application Server a|
|WildFly Application Server a|
* `org.eclipse.persistence.platform.server.jboss.JBossPlatform`
|Oracle Containers for J2EE (OC4J) a|
* `org.eclipse.persistence.platform.server.oc4j.Oc4jPlatform`
|Oracle Sun Application Server a|
* `org.eclipse.persistence.platform.server.sunas`
|Oracle WebLogic Server a|
* `org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform`
* `org.eclipse.persistence.platform.server.wls.WebLogic_9_Platform`
* `org.eclipse.persistence.platform.server.wls.WebLogicPlatform`
|SAP NetWeaver Application Server a|
* `org.eclipse.persistence.platform.server.sap.SAPNetWeaver_7_1_Platform`
|GlassFish Application Server a|
* `org.eclipse.persistence.platform.server.glassfish.GlassfishPlatform`
|=======================================================================
Expand Down
3 changes: 2 additions & 1 deletion docs/docs.concepts/src/main/asciidoc/main.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////

Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2022, 2023 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -15,6 +15,7 @@
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0

///////////////////////////////////////////////////////////////////////////////
include::header.adoc[]
= Understanding EclipseLink
:nofooter:
Expand Down
3 changes: 2 additions & 1 deletion docs/docs.dbws/src/main/asciidoc/main.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////

Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2022, 2023 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -15,6 +15,7 @@
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0

///////////////////////////////////////////////////////////////////////////////
include::header.adoc[]
= Developing Persistence Architectures Using EclipseLink Database Web Services
:nofooter:
Expand Down

0 comments on commit fdbdae0

Please sign in to comment.