Test that annotations on interfaces are correctly detected even when no implementation is known by HSearch

Description

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

Activity

Show:
Fixed

Details

Assignee

Reporter

Sprint

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

Flag notifications