Skip to content

Commit dc3bcc9

Browse files
committed
Remove ReactiveEntityDelayedFetchImpl
1 parent e28e36f commit dc3bcc9

File tree

2 files changed

+0
-55
lines changed

2 files changed

+0
-55
lines changed

hibernate-reactive-core/src/main/java/org/hibernate/reactive/metamodel/mapping/internal/ReactiveToOneAttributeMapping.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
import org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping;
1212
import org.hibernate.reactive.sql.results.graph.entity.internal.ReactiveEntityFetchJoinedImpl;
1313
import org.hibernate.reactive.sql.results.graph.entity.internal.ReactiveEntityFetchSelectImpl;
14-
import org.hibernate.reactive.sql.results.internal.ReactiveEntityDelayedFetchImpl;
1514
import org.hibernate.reactive.sql.results.internal.domain.ReactiveCircularFetchImpl;
1615
import org.hibernate.spi.NavigablePath;
1716
import org.hibernate.sql.ast.tree.from.TableGroupProducer;
18-
import org.hibernate.sql.results.graph.DomainResult;
1917
import org.hibernate.sql.results.graph.DomainResultCreationState;
2018
import org.hibernate.sql.results.graph.Fetch;
2119
import org.hibernate.sql.results.graph.FetchParent;
@@ -75,22 +73,6 @@ public Fetch resolveCircularFetch(
7573
return fetch;
7674
}
7775

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-
9476
@Override
9577
public ReactiveToOneAttributeMapping copy(
9678
ManagedMappingType declaringType,

hibernate-reactive-core/src/main/java/org/hibernate/reactive/sql/results/internal/ReactiveEntityDelayedFetchImpl.java

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)