Hi!
For a @ReplaceEntity annotated entity is it possible override @Instance name annotation?
I’m just trying but with no luck: the instance name used is always the replaced entity one!
Hi!
For a @ReplaceEntity annotated entity is it possible override @Instance name annotation?
I’m just trying but with no luck: the instance name used is always the replaced entity one!
Hi Michele,
Could you provide a test project?
Also, in case you would like to investigate the problem and possibly fix it in your project, take a look at the io.jmix.core.impl.InstanceNameProviderImpl
class and its parseNamePattern()
method.
Regards,
Konstantin