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 TypeMethodDescriptionvoidBackendsInfo.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 TenancyModeReturns 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.