HHH-13219 - The sentence "The chapter 6 (e.g. Criteria API)" should be "The chapter 6 (i.e., Criteria API)"
This commit is contained in:
parent
56c3ebb873
commit
103629ee87
|
@ -1422,7 +1422,7 @@ Currently, the salary table contains the following rows for a certain person X:
|
|||
|==================
|
||||
|
||||
The salary for the current fiscal year (2010) is unknown.
|
||||
The agency requires that all changes in registered salaries for a fiscal year are recorded (i.e. an audit trail).
|
||||
The agency requires that all changes in registered salaries for a fiscal year are recorded (i.e., an audit trail).
|
||||
The rationale behind this is that decisions made at a certain date are based on the registered salary at that time.
|
||||
And at any time it must be possible reproduce the reason why a certain decision was made at a certain date.
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ Each serves a different purpose depending on the expected type of the query resu
|
|||
|
||||
[NOTE]
|
||||
====
|
||||
The chapter 6 (e.g. Criteria API) of the JPA Specification already contains a decent amount of reference material pertaining to the various parts of a criteria query.
|
||||
The chapter 6 (i.e., Criteria API) of the JPA Specification already contains a decent amount of reference material pertaining to the various parts of a criteria query.
|
||||
So rather than duplicate all that content here, let's instead look at some of the more widely anticipated usages of the API.
|
||||
====
|
||||
|
||||
|
@ -310,4 +310,4 @@ Then use the parameter reference to bind the parameter value to the `javax.persi
|
|||
----
|
||||
include::{sourcedir}/CriteriaTest.java[tags=criteria-group-by-example]
|
||||
----
|
||||
====
|
||||
====
|
||||
|
|
Loading…
Reference in New Issue