CWPRJ1303E

LISTENER_UNASSIGNABLE_TYPE_CWPRJ1303E=CWPRJ1303E: The parameter of the entity callback method, {0}, is not assignable to entity {1}.

Explanation

The parameter of a lifecycle callback method defined in an entity listener should be the same type as the entity type or a super type of the entity type.

User response

Redefine the entity lifecycle callback method to make sure the parameter type is the entity type or its super type.