-
Notifications
You must be signed in to change notification settings - Fork 8
Functionality overview
gert-wijns edited this page May 29, 2018
·
13 revisions
This page provides an overview of the available functionality in the TypeSafeQueryBuilder.
- How it works
- TypeSafeValues
- Hql functions (avg/min/max/etc)
- Building an arithmetic value expression
- Adding custom HQL to the query
- Subquery
- Selecting an object or object[] like with session.list()
- Selecting a second set of data to merge into the result
- Selecting a collection into the dto
- Selecting a value of a different type with a transformer
- Selecting values into embedded dtos
- Selecting values from embedded entities
- Selecting arbitrary TypeSafeValues