Entity that extends a base entity map to wrong table

Hi,

I encouter a strange problem.
I have a base entity:

image

And many entitys extends it. One of them is :

image

The EntQuaType entity should map to table “LABOUR_INT_DICTIONARY_BASE” specified in “IntDictionaryBase” entity, due to “IntDictionaryBase” entity using default inheritance strategy :" SINGLETABLE"

I have inspected generated sql script. Ony generate script for create table LABOUR_INT_DICTIONARY_BASE ,that’s correct.

But when run application,it always found table “LABOUR_ENTQUATYPE” for entity EntQuaType ,and will throw error:

image

Where am doing something wrong?

Hi.
Could you please provide more information about your problem? Which version of the platform and Studio do you use? What database do you use in the project? Do you have any screens for these entities? When the exception occurs?

Hi,
Thanks for your reply.
My environment is:
Sutdio 8.2
Platform 7.0.2
DB:HSQLDB
There are some screen auto generated for these entity. But i use the Entity inspector function also occur the problem.

Unfortunately, we cannot reproduce the problem. We will be able to help you if you send us a small sample project along with reproduction scenario that demonstrates the issue.

Ok,
Ii’s very strange, i have another entity like it,anoher works rightly.
I will check the problem and make a small project.
Thanks