I found out about mpsPrefixFields setting, making it possible to control prefixing of fields with entity name. I wonder if its possible to prefix field accessors / lenses, per entity, with something else than entity name? Ive a bunch of types with accessors prefixed by "_" <acronym> "_". Like User's "name" field is _u_name and GameLog "command" field is _gl_command.
...and keep sql column names and json fields use the non prefixed names. Ie. if ive provided "name" in my record descripton that will be used, as is, for sql and json.
I found out about mpsPrefixFields setting, making it possible to control prefixing of fields with entity name. I wonder if its possible to prefix field accessors / lenses, per entity, with something else than entity name? Ive a bunch of types with accessors prefixed by
"_" <acronym> "_". Like User's "name" field is _u_name and GameLog "command" field is _gl_command....and keep sql column names and json fields use the non prefixed names. Ie. if ive provided "name" in my record descripton that will be used, as is, for sql and json.