Skip to content

Commit b394cca

Browse files
DavideDbeikov
authored andcommitted
HHH-19639 Mark methods that are used by Hibernate Reactive
1 parent 7279d10 commit b394cca

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

hibernate-core/src/main/java/org/hibernate/sql/results/graph/embeddable/internal/EmbeddableFetchImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ public FetchParent asFetchParent() {
206206
return this;
207207
}
208208

209+
// Used by Hibernate Reactive
209210
protected BasicFetch<?> getDiscriminatorFetch() {
210211
return discriminatorFetch;
211212
}

hibernate-core/src/main/java/org/hibernate/sql/results/graph/embeddable/internal/EmbeddableForeignKeyResultImpl.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ public EmbeddableForeignKeyResultImpl(
5454
resetFetches( creationState.visitFetches( this ) );
5555
}
5656

57+
/*
58+
* Used by Hibernate Reactive
59+
*/
5760
protected EmbeddableForeignKeyResultImpl(EmbeddableForeignKeyResultImpl<T> original) {
5861
super( original );
5962
this.resultVariable = original.resultVariable;

0 commit comments

Comments
 (0)