Uses of Enum
org.hibernate.search.engine.tenancy.spi.TenancyMode
Package
Description
-
Uses of TenancyMode in org.hibernate.search.engine.mapper.mapping.building.spi
Modifier and TypeMethodDescriptionvoid
BackendsInfo.collect
(Optional<String> name, TenancyMode tenancyMode) -
Uses of TenancyMode in org.hibernate.search.engine.tenancy.spi
Modifier and TypeMethodDescriptionstatic TenancyMode
Returns the enum constant of this type with the specified name.static TenancyMode[]
TenancyMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TenancyMode in org.hibernate.search.mapper.orm.tenancy.spi
Modifier and TypeMethodDescriptionstatic TenancyConfiguration
TenancyConfiguration.create
(TenancyMode tenancyMode, ConfigurationPropertySource configurationPropertySource) -
Uses of TenancyMode in org.hibernate.search.mapper.pojo.mapping.spi
Modifier and TypeMethodDescriptionvoid
AbstractPojoMappingInitiator.tenancyMode
(TenancyMode tenancyMode)