Skip to content

Commit 751ee8e

Browse files
sebersolegavinking
andauthored
Apply suggestion
Co-authored-by: Gavin King <[email protected]>
1 parent 89895cb commit 751ee8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/main/asciidoc/userguide/chapters/query/programmatic/QuerySpecification.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
== Programmatic Query Specification
33
:root-project-dir: ../../../../../../../..
44

5-
Hibernate offers an API for creating dynamic representations of a query, adjusting that representation and then creating an executable form of the query. The idea is similar in concept to <<chapters/query/criteria/Criteria.adoc#criteria,criteria queries>>, but focused on ease-of-use and less verbosity.
5+
Hibernate offers an API for creating a representation of a query, adjusting that representation programmatically, and then creating an executable form of the query. The idea is similar in concept to <<chapters/query/criteria/Criteria.adoc#criteria,criteria queries>>, but focused on ease-of-use and less verbosity.
66

77
There is support for both <<SelectionSpecification,selection>> and <<MutationSpecification,mutation>> queries via the `SelectionSpecification` and `MutationSpecification` contracts, respectively. These can be obtained from both `Session` and `StatelessSession`.
88

0 commit comments

Comments
 (0)