You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+16-18
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,8 @@
58
58
59
59
<divclass="hero">
60
60
<h1>Unified Queries for Java.<br/>
61
-
Querydsl is compact, safe and easy to learn.<br/>
62
-
Try it today!
61
+
Querydsl is compact, safe<br/>
62
+
and easy to learn.<br/>
63
63
</h1>
64
64
</div>
65
65
@@ -112,17 +112,17 @@ <h2>Modules</h2>
112
112
113
113
<divclass="col-md-3">
114
114
<h4>JPA</h4>
115
-
<p>The popular choice for SQL persistence with a focus on CRUD and simple queries for object loading.</p>
115
+
<p>The popular choice for SQL persistence with a focus on CRUD and simple queries for object loading.<ahref="https://github.com/querydsl/querydsl/tree/master/querydsl-jpa">more...</a></p>
116
116
</div>
117
117
118
118
<divclass="col-md-3">
119
119
<h4>SQL</h4>
120
-
<p>The alternative SQL abstraction with a focus on SQL operations and the full expressivity of the SQL standard.</p>
120
+
<p>The alternative SQL abstraction with a focus on SQL operations and the full expressivity of the SQL standard.<ahref="https://github.com/querydsl/querydsl/tree/master/querydsl-sql">more...</a></p>
121
121
</div>
122
122
123
123
<divclass="col-md-3">
124
124
<h4>Mongodb</h4>
125
-
<p>ODM support via Morphia for MongoDB, the NoSQL of choice for many</p>
125
+
<p>ODM support via Morphia or Spring Data for MongoDB, the NoSQL of choice for many. <ahref="https://github.com/querydsl/querydsl/tree/master/querydsl-mongodb">more...</a></p>
126
126
</div>
127
127
</div>
128
128
@@ -131,17 +131,17 @@ <h4>Mongodb</h4>
131
131
132
132
<divclass="col-md-3">
133
133
<h4>JDO</h4>
134
-
<p>JDO support for Object, SQL and NoSQL storage abstraction.</p>
134
+
<p>JDO support for Object, SQL and NoSQL storage abstraction.<ahref="https://github.com/querydsl/querydsl/tree/master/querydsl-jdo">more...</a></p>
135
135
</div>
136
136
137
137
<divclass="col-md-3">
138
138
<h4>Lucene</h4>
139
-
<p>Full text indexing via Lucene, the most popular fulltext index for Java.</p>
139
+
<p>Full text indexing via Lucene, the most popular fulltext index for Java.<ahref="https://github.com/querydsl/querydsl/tree/master/querydsl-lucene4">more...</a></p>
140
140
</div>
141
141
142
142
<divclass="col-md-3">
143
143
<h4>Collections</h4>
144
-
<p>Java Collection querying</p>
144
+
<p>Java Collection querying for Java Beans and POJOs. <ahref="https://github.com/querydsl/querydsl/tree/master/querydsl-collections">more...</a></p>
<p>Documentation is also available in the form of blog posts.</p>
168
170
<ul>
169
171
<li><ahref="http://blog.mysema.com/2013/03/querydsl-30-in-nutshell.html">Querydsl 3.0 in a nutshell</a></li>
@@ -183,12 +185,14 @@ <h2>Documentation</h2>
183
185
</section>
184
186
185
187
<sectionid="community">
186
-
<h2>Community</h2>
187
-
188
188
<divclass="row">
189
+
<divclass="col-md-3">
190
+
<h2>Community</h2>
191
+
</div>
192
+
189
193
<divclass="col-md-3">
190
194
<h4>Querydsl Group</h4>
191
-
<ahref="https://groups.google.com/forum/#!forum/querydsl">Querydsl Group</a> provides a free support forum and a place to discuess Querydsl design issues
195
+
<ahref="https://groups.google.com/forum/#!forum/querydsl">Querydsl Group</a> provides a free support forum and a place to discuss Querydsl design issues.
192
196
</div>
193
197
194
198
<divclass="col-md-3">
@@ -201,21 +205,15 @@ <h4>GitHub</h4>
201
205
<ahref="https://github.com/querydsl/querydsl">GitHub</a> is where Querydsl is hosted. Querydsl is licensed under the
<ahref="https://github.com/querydsl/querydsl/issues">Issues</a> can be filed at <ahref="https://github.com/querydsl/querydsl/issues">GitHub issues</a>.
0 commit comments