Uses of Class
de.hybris.platform.persistence.polyglot.config.PolyglotRepoSupportType
-
Packages that use PolyglotRepoSupportType Package Description de.hybris.platform.persistence.polyglot.config -
-
Uses of PolyglotRepoSupportType in de.hybris.platform.persistence.polyglot.config
Methods in de.hybris.platform.persistence.polyglot.config that return PolyglotRepoSupportType Modifier and Type Method Description PolyglotRepoSupportTypePolyglotRepoSupportType. getHigher(PolyglotRepoSupportType supportType)PolyglotRepoSupportTypeDefaultRepositoryConfig. isSupportedBy(TypeInfo typeInfo)PolyglotRepoSupportTypeRepositoryConfig. isSupportedBy(TypeInfo typeInfo)static PolyglotRepoSupportTypePolyglotRepoSupportType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PolyglotRepoSupportType[]PolyglotRepoSupportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.persistence.polyglot.config with parameters of type PolyglotRepoSupportType Modifier and Type Method Description PolyglotRepoSupportTypePolyglotRepoSupportType. getHigher(PolyglotRepoSupportType supportType)Constructors in de.hybris.platform.persistence.polyglot.config with parameters of type PolyglotRepoSupportType Constructor Description RepositoryResult(java.util.Set<ItemStateRepository> repositories, PolyglotRepoSupportType repositoriesSupportType)
-