mirror of https://github.com/apache/openjpa.git
further documentation fixes. up to JPA 2.2
This commit is contained in:
parent
eec95cd6cb
commit
6546f259b2
|
@ -644,8 +644,7 @@
|
||||||
User might see this come alive and now return different when the situation occurs.
|
User might see this come alive and now return different when the situation occurs.
|
||||||
This flag is automatically enabled if running against PostgreSQL 10 or later.
|
This flag is automatically enabled if running against PostgreSQL 10 or later.
|
||||||
It can also be configured manually via
|
It can also be configured manually via
|
||||||
<ulink url="../../apidocs/org/apache/openjpa/jdbc/sql/DBDictionary.html#supportsQueryTimeout">
|
<literal>DBDictionary.supportsQueryTimeout</literal>
|
||||||
<fieldname>DBDictionary.supportsQueryTimeout</fieldname></ulink>
|
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
3
pom.xml
3
pom.xml
|
@ -34,7 +34,7 @@
|
||||||
<artifactId>openjpa-parent</artifactId>
|
<artifactId>openjpa-parent</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>OpenJPA Parent POM</name>
|
<name>OpenJPA Parent POM</name>
|
||||||
<description>Apache OpenJPA implementation of JSR-338 JPA 2.1</description>
|
<description>Apache OpenJPA implementation of JSR-338 JPA 2.2</description>
|
||||||
|
|
||||||
<version>3.2.0-SNAPSHOT</version>
|
<version>3.2.0-SNAPSHOT</version>
|
||||||
|
|
||||||
|
@ -2169,7 +2169,6 @@
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<!-- Newer versions of plugin will cause PDF build failures -->
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.agilejava.docbkx</groupId>
|
<groupId>com.agilejava.docbkx</groupId>
|
||||||
<artifactId>docbkx-maven-plugin</artifactId>
|
<artifactId>docbkx-maven-plugin</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue