Why Tenant Resolver Return Only String #39666
venkatesh-i2i
started this conversation in
Community
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I modify the return type of the TenantResolver methods getDefaultTenantId and resolveTenantId, as they currently return only String types? My entity is configured to use UUID for @TenantID filtering. Is there a workaround to pass UUID instead of String for the @TenantID filter?
`public interface TenantResolver {
}`
Beta Was this translation helpful? Give feedback.
All reactions