Fixed
Details
Assignee
Marko BekhtaMarko BekhtaReporter
Yoann RodièreYoann RodièreComponents
Fix versions
Priority
Major
Details
Details
Assignee
Marko Bekhta
Marko BekhtaReporter
Yoann Rodière
Yoann RodièreComponents
Fix versions
Priority
Created November 8, 2023 at 3:44 PM
Updated May 16, 2024 at 10:10 AM
Resolved March 6, 2024 at 2:38 PM
Hibernate ORM 6.3 introduced support for tenant identifiers of any type, in particular (but not only) when using
@TenantId
.We should:
test that Hibernate Search works well for applications using non-string tenant IDs (i.e. it converts them to strings transparently, allows mass indexing, …)
add support for non-string tenant IDs in Hibernate Search.
For the conversion, maybe we could use an
IdentifierBridge
? A tenant identifier is an identifier, after all.