Querydsl
3.2.0
Querydsl - Reference
Documentation iv
Ordering ........................................................................................................................ 23
Grouping ....................................................................................................................... 23
Using Subqueries ........................................................................................................... 23
Query extension support ................................................................................................. 24
Window functions .......................................................................................................... 24
Using Data manipulation commands ............................................................................... 25
Insert ..................................................................................................................... 25
Update ................................................................................................................... 25
Delete .................................................................................................................... 26
Batch support in DML clauses ....................................................................................... 26
Bean class generation ..................................................................................................... 27
Custom types ................................................................................................................. 28
2.4. Querying Lucene ............................................................................................................. 28
Maven integration .......................................................................................................... 28
Creating the query types ................................................................................................ 29
Querying ....................................................................................................................... 29
General usage ................................................................................................................ 30
Ordering ........................................................................................................................ 30
Limit ............................................................................................................................. 31
Offset ............................................................................................................................ 31
Fuzzy searches ............................................................................................................... 31
Applying Lucene filters to queries .................................................................................. 31
2.5. Querying Hibernate Search .............................................................................................. 32
Creating the Querydsl query types .................................................................................. 32
Querying ....................................................................................................................... 32
General usage ................................................................................................................ 32
2.6. Querying Mongodb ......................................................................................................... 32
Maven integration .......................................................................................................... 32
Querying ....................................................................................................................... 33
General usage ................................................................................................................ 34
Ordering ........................................................................................................................ 34
Limit ............................................................................................................................. 34
Offset ............................................................................................................................ 34
Geospatial queries .......................................................................................................... 35
Select only relevant fields .............................................................................................. 35
2.7. Querying Collections ....................................................................................................... 35
Usage without generated query types .............................................................................. 35
Usage with generated query types ................................................................................... 36
Maven integration .......................................................................................................... 36
Ant integration ............................................................................................................... 37
Hamcrest matchers ......................................................................................................... 38
2.8. Querying in Scala ........................................................................................................... 38