Package io.quarkus.hibernate.orm.runtime.tenant
-
Interface Summary Interface Description TenantConnectionResolver Resolves theConnectionProviderfor tenants dynamically.TenantResolver Resolves tenant identifier dynamically so that the proper configuration can be used. -
Class Summary Class Description DataSourceTenantConnectionResolver Creates a database connection based on the data sources in the configuration file.HibernateCurrentTenantIdentifierResolver Maps from the QuarkusTenantResolverto the HibernateCurrentTenantIdentifierResolvermodel.HibernateMultiTenantConnectionProvider Maps from the QuarkusTenantConnectionResolverto theHibernateMultiTenantConnectionProvidermodel.