Uses of Class
org.hibernate.search.engine.tenancy.spi.TenancyMode
-
Packages that use TenancyMode Package Description org.hibernate.search.engine.mapper.mapping.building.spi org.hibernate.search.engine.tenancy.spi -
-
Uses of TenancyMode in org.hibernate.search.engine.mapper.mapping.building.spi
Methods in org.hibernate.search.engine.mapper.mapping.building.spi that return TenancyMode Modifier and Type Method Description TenancyModeBackendsInfo.BackendInfo. tenancyStrategy()Methods in org.hibernate.search.engine.mapper.mapping.building.spi with parameters of type TenancyMode Modifier and Type Method Description voidBackendsInfo. collect(Optional<String> name, TenancyMode tenancyMode)Constructors in org.hibernate.search.engine.mapper.mapping.building.spi with parameters of type TenancyMode Constructor Description BackendInfo(Optional<String> name, TenancyMode tenancyMode) -
Uses of TenancyMode in org.hibernate.search.engine.tenancy.spi
Methods in org.hibernate.search.engine.tenancy.spi that return TenancyMode Modifier and Type Method Description static TenancyModeTenancyMode. valueOf(String name)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.
-