Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Nov 14, 2023
1 parent 5fc9c00 commit 7400c04
Showing 1 changed file with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@
import org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping;
import org.hibernate.reactive.sql.results.graph.entity.internal.ReactiveEntityFetchJoinedImpl;
import org.hibernate.reactive.sql.results.graph.entity.internal.ReactiveEntityFetchSelectImpl;
import org.hibernate.reactive.sql.results.internal.ReactiveEntityDelayedFetchImpl;
import org.hibernate.reactive.sql.results.internal.domain.ReactiveCircularFetchImpl;
import org.hibernate.spi.NavigablePath;
import org.hibernate.sql.ast.tree.from.TableGroupProducer;
import org.hibernate.sql.results.graph.DomainResult;
import org.hibernate.sql.results.graph.DomainResultCreationState;
import org.hibernate.sql.results.graph.Fetch;
import org.hibernate.sql.results.graph.FetchParent;
Expand Down Expand Up @@ -75,22 +73,6 @@ public Fetch resolveCircularFetch(
return fetch;
}

@Override
protected EntityFetch buildEntityDelayedFetch(
FetchParent fetchParent,
ToOneAttributeMapping fetchedAttribute,
NavigablePath navigablePath,
DomainResult<?> keyResult,
boolean selectByUniqueKey) {
return new ReactiveEntityDelayedFetchImpl(
fetchParent,
fetchedAttribute,
navigablePath,
keyResult,
selectByUniqueKey
);
}

@Override
public ReactiveToOneAttributeMapping copy(
ManagedMappingType declaringType,
Expand Down

0 comments on commit 7400c04

Please sign in to comment.