Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 3f8a0b67761ebf2f709ee2806679d7a551b2fe63
https://github.com/hibernate/hibernate-orm/commit/3f8a0b67761ebf2f709ee28...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2021-12-31 (Fri, 31 Dec 2021)
Changed paths:
M documentation/src/main/asciidoc/userguide/Hibernate_User_Guide.adoc
M documentation/src/main/asciidoc/userguide/appendices/Annotations.adoc
M documentation/src/main/asciidoc/userguide/chapters/batch/Batching.adoc
R documentation/src/main/asciidoc/userguide/chapters/query/hql/HQL.adoc
A documentation/src/main/asciidoc/userguide/chapters/query/hql/Query.adoc
A documentation/src/main/asciidoc/userguide/chapters/query/hql/QueryLanguage.adoc
M
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/hql-distinct-entity-query-example.sql
M
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/hql-distinct-entity-query-hint-example.sql
M
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/hql-distinct-projection-query-example.sql
M
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/hql-read-only-entities-example.sql
M
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/statement_select_bnf.txt
M documentation/src/main/java/org/hibernate/userguide/model/Call.java
M documentation/src/main/java/org/hibernate/userguide/model/Person.java
M documentation/src/main/java/org/hibernate/userguide/model/Phone.java
M documentation/src/test/java/org/hibernate/userguide/criteria/CriteriaTest.java
M documentation/src/test/java/org/hibernate/userguide/hql/HQLTest.java
M documentation/src/test/java/org/hibernate/userguide/hql/SelectDistinctTest.java
M
documentation/src/test/java/org/hibernate/userguide/sql/MySQLStoredProcedureTest.java
M
documentation/src/test/java/org/hibernate/userguide/sql/OracleStoredProcedureTest.java
M documentation/src/test/java/org/hibernate/userguide/sql/SQLTest.java
Log Message:
-----------
HQL doc rewrite/restructure
- document new features of HQL (literals, functions, filter, rollup)
- rewrite parts of the section dealing with the Query API + execution
- split out a new chapter about the query language, and reorder sections
- remove material about deprecated/removed features
- get rid of use of java.sql.Timestamp from the code!
- make use of repeatable annotations in code examples