javahibernateormmulti-tenanthibernate-5.x

Has Hibernate 5 implemented DISCRIMINATOR approach for Multi-tenant data?


According to hibernate 4 doc, the discriminator approach for multi-tenancy data was planned to be implemented on hibernate 5. However hibernate 5 doc is not up to date, it is still telling the same - 'Its support is planned for 5.0'.

So is it implemented or not? Any source telling more about it?


Solution

  • The HHH-6054 issue is still open, so Hibernate doesn't support this feature yet.