Documentation Center

Entity model class not mapped if not registered

An Entity Model class cannot be mapped properly if it is not registered.

Unlike in previous versions, in SDL Digital Experience Accelerator 1.5 you can register an Entity Model by adding the following as a child of your AbstractInitializer:
            @RegisteredViewModel(modelClass = Example.class)