|
11 | 11 | import org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping;
|
12 | 12 | import org.hibernate.reactive.sql.results.graph.entity.internal.ReactiveEntityFetchJoinedImpl;
|
13 | 13 | import org.hibernate.reactive.sql.results.graph.entity.internal.ReactiveEntityFetchSelectImpl;
|
14 |
| -import org.hibernate.reactive.sql.results.internal.ReactiveEntityDelayedFetchImpl; |
15 | 14 | import org.hibernate.reactive.sql.results.internal.domain.ReactiveCircularFetchImpl;
|
16 | 15 | import org.hibernate.spi.NavigablePath;
|
17 | 16 | import org.hibernate.sql.ast.tree.from.TableGroupProducer;
|
18 |
| -import org.hibernate.sql.results.graph.DomainResult; |
19 | 17 | import org.hibernate.sql.results.graph.DomainResultCreationState;
|
20 | 18 | import org.hibernate.sql.results.graph.Fetch;
|
21 | 19 | import org.hibernate.sql.results.graph.FetchParent;
|
@@ -75,22 +73,6 @@ public Fetch resolveCircularFetch(
|
75 | 73 | return fetch;
|
76 | 74 | }
|
77 | 75 |
|
78 |
| - @Override |
79 |
| - protected EntityFetch buildEntityDelayedFetch( |
80 |
| - FetchParent fetchParent, |
81 |
| - ToOneAttributeMapping fetchedAttribute, |
82 |
| - NavigablePath navigablePath, |
83 |
| - DomainResult<?> keyResult, |
84 |
| - boolean selectByUniqueKey) { |
85 |
| - return new ReactiveEntityDelayedFetchImpl( |
86 |
| - fetchParent, |
87 |
| - fetchedAttribute, |
88 |
| - navigablePath, |
89 |
| - keyResult, |
90 |
| - selectByUniqueKey |
91 |
| - ); |
92 |
| - } |
93 |
| - |
94 | 76 | @Override
|
95 | 77 | public ReactiveToOneAttributeMapping copy(
|
96 | 78 | ManagedMappingType declaringType,
|
|
0 commit comments