Uses of Enum
org.hibernate.search.engine.tenancy.spi.TenancyMode
Packages that use TenancyMode
Package
Description
-
Uses of TenancyMode in org.hibernate.search.engine.mapper.mapping.building.spi
Methods in org.hibernate.search.engine.mapper.mapping.building.spi that return TenancyModeMethods in org.hibernate.search.engine.mapper.mapping.building.spi with parameters of type TenancyModeModifier and TypeMethodDescriptionvoid
BackendsInfo.collect
(Optional<String> name, TenancyMode tenancyMode) Constructors in org.hibernate.search.engine.mapper.mapping.building.spi with parameters of type TenancyMode -
Uses of TenancyMode in org.hibernate.search.engine.tenancy.spi
Methods in org.hibernate.search.engine.tenancy.spi that return TenancyModeModifier 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
Methods in org.hibernate.search.mapper.orm.tenancy.spi with parameters of type TenancyModeModifier and TypeMethodDescriptionstatic TenancyConfiguration
TenancyConfiguration.create
(TenancyMode tenancyMode, ConfigurationPropertySource configurationPropertySource) -
Uses of TenancyMode in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi that return TenancyModeMethods in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type TenancyModeModifier and TypeMethodDescriptionvoid
AbstractPojoMappingInitiator.tenancyMode
(TenancyMode tenancyMode)