Could you clarify what is the difference between
autoHydrateEntityFromInput
and
forceEntityHydrationFromInput
? I cannot get it. If I set first property to true then I'll always get input data hydrated to model, but then what's the second property?
From the Ardent source code comments:
For example, if you do:
then autoHydrateEntityFromInput will not hydrate but forceEntityHydrationFromInput will.