Fixed
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
Sprint
None
Fix versions
Priority
Created December 2, 2021 at 8:28 AM
Updated December 2, 2021 at 2:33 PM
Resolved December 2, 2021 at 11:09 AM
E.g.
public interface AbstractInterface { @GenericField String getText(); } @Indexed public static class IndexedEntity { @DocumentId public Integer id; @IndexedEmbedded public AbstractInterface embedded; public IndexedEntity(Integer id, AbstractInterface embedded) { this.id = id; this.embedded = embedded; } }
See also https://hibernate.zulipchat.com/#narrow/stream/132094-hibernate-orm-dev/topic/6.20-.20HCANN