Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 82856070ecbbee47f112d978953b4adf8a8dd01a
https://github.com/hibernate/hibernate-orm/commit/82856070ecbbee47f112d97...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
R hibernate-core/src/test/java/org/hibernate/orm/test/legacy/AbcTransitionTests.java
Log Message:
-----------
discriminator work
- Handle discriminator as Fetch for entity ResultGraphNodes. This allows us to make the
distinction about whether to handle the discriminator as `Class` or as its
"underlying" type when selecting it. Fetches return the underlying type.
DomainResults return `Class`, or String for entity-named entity mappings