I encouter a strange problem.
I have a base entity:
And many entitys extends it. One of them is :
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:
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.