Open
Description
hello, I was wondering if this was something possible to implement in reactive. Currently, the reactive session does not support the .save
method for being able to work with a map as seen in the regular hibernate documentation here: https://docs.jboss.org/hibernate/orm/6.1/userguide/html_single/Hibernate_User_Guide.html#mapping-model-dynamic . When I look at the reactive documentation here: https://hibernate.org/reactive/documentation/1.1/reference/html_single/ I don't see any way to do that, and also don't see that method exposed in the reactive session. Thanks!