Fixed
Details
Assignee
Fabio Massimo ErcoliFabio Massimo ErcoliReporter
Fabio Massimo ErcoliFabio Massimo ErcoliComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Fabio Massimo Ercoli
Fabio Massimo ErcoliReporter
Fabio Massimo Ercoli
Fabio Massimo ErcoliComponents
Sprint
None
Fix versions
Priority
Created October 5, 2020 at 7:30 AM
Updated December 2, 2021 at 2:32 PM
Resolved October 1, 2021 at 6:48 AM
Looking at
MassIndexingIndexedTypeGroup#idAttribute
method, it seems that it cannot work for an entity having an@IdClass
and explicit@DocumentId
.The reason is
IdentifiableType#getIdType
returnsnull
if id is not aSingularAttribute
, see the Zulip topicget id type of a class-id entity
.The issue is about to add a mass indexing test for an entity with
@IdClass
if they have an explicit@DocumentId
and make it working if it would not work with the current main code.