mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
Remove some extra whitespace
This commit is contained in:
parent
bedb2b7a07
commit
d475d27db2
@ -5,7 +5,7 @@
|
||||
<title>Querying in Scala</title>
|
||||
|
||||
<para>Generic support for Querydsl usage in Scala is available via querydsl-scala
|
||||
module. To add it to your Maven build, use the following snippet :
|
||||
module. To add it to your Maven build, use the following snippet:
|
||||
</para>
|
||||
|
||||
<programlisting language="xml"><![CDATA[
|
||||
@ -116,7 +116,7 @@ query.from(person).select(person.firstName, person.lastName, person.age)
|
||||
|
||||
<para>
|
||||
Like with Querydsl SQL for Java you need to generate Query types to be able to construct
|
||||
your queries. The following code examples show how this is done :
|
||||
your queries. The following code examples show how this is done:
|
||||
</para>
|
||||
|
||||
<para>Generation without Bean types :</para>
|
||||
|
||||
@ -88,4 +88,3 @@ $(c.getMate().getName().toLowerCase())
|
||||
</para>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
||||
@ -168,7 +168,6 @@ Map<Integer, Group> results = query.from(post, comment)
|
||||
<ulink
|
||||
url="https://github.com/mysema/querydsl/blob/master/querydsl-collections/src/test/java/com/mysema/query/collections/GroupByTest.java"
|
||||
>여기</ulink>를 참고한다.
|
||||
.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user