Actifsource

#6754 [Story/ModelSnippet] Define the primary key selector via an aspect on the class

Actifsource code generator for any programming language

It should be possible to define the primary key selector via an aspect on the class, so that it does not have to be redefined for each instance.

6754 1 OwnPrimaryKeyManager

6754 2 OwnPrimaryKeyManagerInstance

6754 3 OwnPrimaryKeyManagerTemplate


The class 'BaseSelectorPrimaryKeyManager' can still be extended to define the primary key selector on the instance.

There is an example project on GitHub: