Open
Description
Implement processing of stored enumerations - those that are in fact limited-value-list enumerations (like gender or calendar months) but in the same time are stored in a separate table and are referred by foreign key from other table.
These types of enumerations must be
- Identified in model as both enumeration AND entity
- Parsed during annotation processing