Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 233b8daffba122c03a0c7bc0dfc1c7e25ad76804
https://github.com/hibernate/hibernate-orm/commit/233b8daffba122c03a0c7bc...
Author: Nathan Xu <nathan.qingyang.xu(a)gmail.com>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M documentation/src/test/java/org/hibernate/userguide/fetching/GraphParsingTest.java
M hibernate-core/src/main/antlr/org/hibernate/grammars/graph/GraphLanguageLexer.g4
M hibernate-core/src/main/antlr/org/hibernate/grammars/graph/GraphLanguageParser.g4
M hibernate-core/src/main/java/org/hibernate/graph/internal/parse/GraphParser.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/model/domain/AbstractManagedType.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/DomainModelHelper.java
R hibernate-core/src/test/java/org/hibernate/graph/AbstractEntityGraphTest.java
R hibernate-core/src/test/java/org/hibernate/graph/EntityGraphParserTest.java
R hibernate-core/src/test/java/org/hibernate/graph/EntityGraphsTest.java
R hibernate-core/src/test/java/org/hibernate/graph/GraphParsingTestEntity.java
R hibernate-core/src/test/java/org/hibernate/graph/GraphParsingTestSubentity.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/loading/entitygraph/parser/AbstractEntityGraphTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/loading/entitygraph/parser/EntityGraphParserTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/loading/entitygraph/parser/EntityGraphsTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/loading/entitygraph/parser/GraphParsingTestEntity.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/loading/entitygraph/parser/GraphParsingTestSubEntity.java
Log Message:
-----------
import entity graph parsing test cases