mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-16 21:01:10 +08:00
This commit is contained in:
parent
801b680768
commit
a8443e602b
@ -43,7 +43,6 @@
|
||||
<name>Timo Westkämper</name>
|
||||
<email>timo.westkamper@mysema.com</email>
|
||||
<organization>Mysema Ltd</organization>
|
||||
</organization>
|
||||
<roles>
|
||||
<role>Project Manager</role>
|
||||
<role>Architect</role>
|
||||
@ -91,5 +90,10 @@
|
||||
<url>LICENSE.txt</url>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:https://source.mysema.com/svn/projects/querydsl/trunk</connection>
|
||||
<developerConnection>scm:svn:https://source.mysema.com/svn/projects/querydsl/trunk</developerConnection>
|
||||
</scm>
|
||||
|
||||
</project>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<title>querydsl</title>
|
||||
</properties>
|
||||
<body>
|
||||
<section name="Writing queries safely">
|
||||
<section name="Introduction">
|
||||
<p>
|
||||
querydsl is a framework which enables the construction of statically typed SQL-like queries.
|
||||
Instead of writing queries as inline strings or externalizing them into XML files they can be constructed via a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user