I’m migrating Hibernate from 5.6.10
to 6.1.7
and can’t seem to find a suitable replacement for the hydrate
method for some intercepting the Resultset and perform some custom unmarshalling (via extending SingleTableEntityPersister
which ultimately extends AbstractEntityPersister
)
It’s surprising that v6.1 has persisted the dehydrate
method but not the “hydrate” method.
Thanks for any pointers.