Uses of Interface
org.hibernate.search.mapper.pojo.tenancy.TenantIdentifierConverter
Packages that use TenantIdentifierConverter
Package
Description
-
Uses of TenantIdentifierConverter in org.hibernate.search.mapper.orm.cfg
Fields in org.hibernate.search.mapper.orm.cfg with type parameters of type TenantIdentifierConverterModifier and TypeFieldDescriptionstatic final BeanReference
<TenantIdentifierConverter> HibernateOrmMapperSettings.Defaults.MULTI_TENANCY_TENANT_IDENTIFIER_CONVERTER
-
Uses of TenantIdentifierConverter in org.hibernate.search.mapper.orm.tenancy.spi
Method parameters in org.hibernate.search.mapper.orm.tenancy.spi with type arguments of type TenantIdentifierConverterModifier and TypeMethodDescriptionstatic TenancyConfiguration
TenancyConfiguration.create
(TenancyMode tenancyMode, BeanHolder<? extends TenantIdentifierConverter> tenantIdentifierConverter, Optional<Set<String>> tenantIds, String tenantIdsConfigurationPropertyKey) -
Uses of TenantIdentifierConverter in org.hibernate.search.mapper.pojo.standalone.cfg
Fields in org.hibernate.search.mapper.pojo.standalone.cfg with type parameters of type TenantIdentifierConverterModifier and TypeFieldDescriptionstatic final BeanReference
<TenantIdentifierConverter> StandalonePojoMapperSettings.Defaults.MULTI_TENANCY_TENANT_IDENTIFIER_CONVERTER
-
Uses of TenantIdentifierConverter in org.hibernate.search.mapper.pojo.tenancy.spi
Classes in org.hibernate.search.mapper.pojo.tenancy.spi that implement TenantIdentifierConverterModifier and TypeClassDescriptionclass
A simple string-string tenant identifier converter implementation to support applications that were using string tenant identifiers with Hibernate Search.