Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 8c1f9c4aad6f00b8ab310678c7165ad7a6dd22b0
https://github.com/hibernate/hibernate-orm/commit/8c1f9c4aad6f00b8ab31067...
Author: Gavin <gavin(a)hibernate.org>
Date: 2023-05-07 (Sun, 07 May 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/Array.java
M hibernate-core/src/main/java/org/hibernate/annotations/Struct.java
Log Message:
-----------
fix javadoc examples for @Array and @Struct
Commit: d5b6f769a461461c521c68b46c2554c5835447ff
https://github.com/hibernate/hibernate-orm/commit/d5b6f769a461461c521c68b...
Author: Gavin <gavin(a)hibernate.org>
Date: 2023-05-07 (Sun, 07 May 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/query/sqm/sql/BaseSqmToSqlAstConverter.java
M
hibernate-core/src/main/java/org/hibernate/query/sqm/tree/expression/Compatibility.java
A hibernate-core/src/main/java/org/hibernate/type/BottomType.java
Log Message:
-----------
HHH-16564 introduce BottomType
Compare:
https://github.com/hibernate/hibernate-orm/compare/5f49441fcce4...d5b6f76...