mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
updated version to 2.2.5
This commit is contained in:
parent
18f2505feb
commit
80331de40e
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.2.4.BUILD-SNAPSHOT</version>
|
||||
<version>2.2.5</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.2.4.BUILD-SNAPSHOT</version>
|
||||
<version>2.2.5</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.2.4.BUILD-SNAPSHOT</version>
|
||||
<version>2.2.5</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<?xml version='1.0' encoding="UTF-8"?>
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY versionNumber "2.2.4">
|
||||
<!ENTITY versionNumber "2.2.5">
|
||||
<!ENTITY copyrightYear "2007-2011">
|
||||
<!ENTITY copyrightHolder "Mysema Ltd.">
|
||||
]>
|
||||
|
||||
@ -43,7 +43,7 @@ class Customer{
|
||||
|
||||
<para>
|
||||
Declarative path initialization is the preferred initialization strategy, but manual initialization can be activated
|
||||
via the QuerydslConfig annotation, which is described below.
|
||||
via the Config annotation, which is described below.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
@ -52,7 +52,7 @@ class Customer{
|
||||
<title>Customization of serialization</title>
|
||||
|
||||
<para>
|
||||
The serialization of Querydsl can be customized via QuerydslConfig annotations on packages and types. They customize the
|
||||
The serialization of Querydsl can be customized via Config annotations on packages and types. They customize the
|
||||
serialization of the annotated package or type.
|
||||
</para>
|
||||
|
||||
@ -69,7 +69,7 @@ class Customer{
|
||||
<para>Customization of Entity type serialization :</para>
|
||||
|
||||
<programlisting language="java"><![CDATA[
|
||||
@QuerydslConfig(entityAccessors=true)
|
||||
@Config(entityAccessors=true)
|
||||
@Entity
|
||||
public class User {
|
||||
//...
|
||||
@ -79,10 +79,10 @@ public class User {
|
||||
<para>Customization of package content :</para>
|
||||
|
||||
<programlisting language="java"><![CDATA[
|
||||
@QuerydslConfig(listAccessors=true)
|
||||
@Config(listAccessors=true)
|
||||
package com.mysema.query.domain.rel;
|
||||
|
||||
import com.mysema.query.annotations.QuerydslConfig;
|
||||
import com.mysema.query.annotations.Config;
|
||||
]]></programlisting>
|
||||
|
||||
<para>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.2.4.BUILD-SNAPSHOT</version>
|
||||
<version>2.2.5</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.2.4.BUILD-SNAPSHOT</version>
|
||||
<version>2.2.5</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.2.4.BUILD-SNAPSHOT</version>
|
||||
<version>2.2.5</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.2.4.BUILD-SNAPSHOT</version>
|
||||
<version>2.2.5</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.2.4.BUILD-SNAPSHOT</version>
|
||||
<version>2.2.5</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.2.4.BUILD-SNAPSHOT</version>
|
||||
<version>2.2.5</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.2.4.BUILD-SNAPSHOT</version>
|
||||
<version>2.2.5</version>
|
||||
<name>Querydsl</name>
|
||||
<description>parent project for Querydsl modules</description>
|
||||
<url>http://www.querydsl.com</url>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.2.4.BUILD-SNAPSHOT</version>
|
||||
<version>2.2.5</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.mysema.querydsl</groupId>
|
||||
<artifactId>querydsl-root</artifactId>
|
||||
<version>2.2.4.BUILD-SNAPSHOT</version>
|
||||
<version>2.2.5</version>
|
||||
<relativePath>../querydsl-root/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user