Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 868
Rafael Rocha Avatar asked Dec 10 '15 16:12

Rafael Rocha


1 Answers

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

like image 54
Vlad Mihalcea Avatar answered Oct 20 '22 14:10

Vlad Mihalcea