Skip to:
Currently an @TenantId of type other than String results in unhelpful exceptions. We should tolerate other types like Long or UUID which have a string representation.
@TenantId
String
Long
UUID
Currently an
@TenantId
of type other thanString
results in unhelpful exceptions. We should tolerate other types likeLong
orUUID
which have a string representation.