Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] join fetch and PostLoad

Hi,

is it a bug or by design that @PostLoad is not called for a fetched entity?

If fetched the contact entity in a named query with the following hint:

@QueryHint(name=QueryHints.FETCH, value="s.patient.contact")

--
Kind regards,
Mathias



Back to the top