Skip to content

Commit e254a0f

Browse files
authored
Remove MutinyStatelessSessionDelegator#upsert(String entityName, Object entity) method (#2246)
1 parent d406878 commit e254a0f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

hibernate-reactive-core/src/main/java/org/hibernate/reactive/mutiny/delegation/MutinyStatelessSessionDelegator.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,6 @@ public <T> Uni<T> fetch(T association) {
211211
return delegate().fetch(association);
212212
}
213213

214-
@Incubating
215-
public Uni<Void> upsert(String entityName, Object entity) {
216-
return delegate().upsert(entityName, entity);
217-
}
218-
219214
@Incubating
220215
public Uni<Void> upsertAll(Object... entities) {
221216
return delegate().upsertAll(entities);

0 commit comments

Comments
 (0)