@Filter does not work for find by PK

Hi,

My hibernate filters are working fine with queries. But it is not applied if I do a find by PK. Very similar to the issue raised here https://stackoverflow.com/questions/40469623/hibernate-filter-not-working-in-the-case-of-session-get-but-working-in-the-cas/44150774 .

Is this expected behaviour?