March 2023
Intermediate to advanced
616 pages
17h 35m
English
This chapter covers
Querying a database is essential to retrieve information that meets certain criteria. This chapter focuses on Querydsl, one of the alternatives for querying a database from Java programs. The “dsl” part of the Querydsl name refers to domain specific languages (DSLs), which are languages dedicated to particular application domains. For example, querying a database is such a domain.
In this chapter we’ll examine the most important capabilities of Querydsl, and we’ll apply them in a Java persistence project. For comprehensive documentation of Querydsl, see its website: http://querydsl.com/.
Read now
Unlock full access