mirror of https://github.com/apache/openjpa.git
Minor updates to the list of supported databases and their defined aliases.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1337257 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0c4b201e8f
commit
155f2626d0
|
@ -772,6 +772,19 @@ alias for the
|
||||||
class.
|
class.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
<indexterm>
|
||||||
|
<primary>
|
||||||
|
H2
|
||||||
|
</primary>
|
||||||
|
</indexterm>
|
||||||
|
<literal>h2</literal>: Dictionary for the H2 Database Engine. This is an
|
||||||
|
alias for the
|
||||||
|
<ulink url="../javadoc/org/apache/openjpa/jdbc/sql/H2Dictionary.html">
|
||||||
|
<classname>org.apache.openjpa.jdbc.sql.H2Dictionary</classname></ulink> class.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<indexterm>
|
<indexterm>
|
||||||
|
@ -877,6 +890,20 @@ class.
|
||||||
<literal>postgres</literal>: Dictionary for PostgreSQL. This is an alias for
|
<literal>postgres</literal>: Dictionary for PostgreSQL. This is an alias for
|
||||||
the <ulink url="../javadoc/org/apache/openjpa/jdbc/sql/PostgresDictionary.html">
|
the <ulink url="../javadoc/org/apache/openjpa/jdbc/sql/PostgresDictionary.html">
|
||||||
<classname>org.apache.openjpa.jdbc.sql.PostgresDictionary</classname></ulink>
|
<classname>org.apache.openjpa.jdbc.sql.PostgresDictionary</classname></ulink>
|
||||||
|
class.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
<indexterm>
|
||||||
|
<primary>
|
||||||
|
SolidDB
|
||||||
|
</primary>
|
||||||
|
</indexterm>
|
||||||
|
<literal>soliddb</literal>: Dictionary for IBM's SolidDB database.
|
||||||
|
This is an alias for the
|
||||||
|
<ulink url="../javadoc/org/apache/openjpa/jdbc/sql/SolidDBDictionary.html">
|
||||||
|
<classname>org.apache.openjpa.jdbc.sql.SolidDBDictionary</classname></ulink>
|
||||||
class.
|
class.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
|
@ -503,7 +503,7 @@ databases that have been fully tested against this release, please refer to the
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry colname="dbname">
|
<entry colname="dbname">
|
||||||
<link linkend="dbsupport_solidDB">IBM solidDB</link>
|
<link linkend="dbsupport_soliddb">IBM solidDB</link>
|
||||||
</entry>
|
</entry>
|
||||||
<entry colname="dbversion">
|
<entry colname="dbversion">
|
||||||
6.5.0.0
|
6.5.0.0
|
||||||
|
|
Loading…
Reference in New Issue