Uses of Interface
de.hybris.platform.persistence.polyglot.config.TypeInfo
-
Packages that use TypeInfo Package Description de.hybris.platform.persistence de.hybris.platform.persistence.polyglot de.hybris.platform.persistence.polyglot.config -
-
Uses of TypeInfo in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence with parameters of type TypeInfo Modifier and Type Method Description static booleanPolyglotPersistenceGenericItemSupport. isFullyBackedByTheEJBPersistence(Tenant tenant, TypeInfo typeInfo)static booleanPolyglotPersistenceGenericItemSupport. isFullyBackedByThePolyglotPersistence(Tenant tenant, TypeInfo typeInfo) -
Uses of TypeInfo in de.hybris.platform.persistence.polyglot
Methods in de.hybris.platform.persistence.polyglot that return TypeInfo Modifier and Type Method Description static TypeInfoTypeInfoFactory. getTypeInfo(int typeCode)static TypeInfoTypeInfoFactory. getTypeInfo(PK pk)static TypeInfoTypeInfoFactory. getTypeInfo(Item jaloItem)static TypeInfoTypeInfoFactory. getTypeInfo(Item.ItemAttributeMap allAttributes)static TypeInfoTypeInfoFactory. getTypeInfo(ComposedType composedType)static TypeInfoTypeInfoFactory. getTypeInfo(Criteria criteria)Methods in de.hybris.platform.persistence.polyglot with parameters of type TypeInfo Modifier and Type Method Description static RepositoryResultPolyglotPersistence. getRepository(TypeInfo typeInfo) -
Uses of TypeInfo in de.hybris.platform.persistence.polyglot.config
Methods in de.hybris.platform.persistence.polyglot.config that return TypeInfo Modifier and Type Method Description TypeInfoTypeInfo. getMoreSpecificTypeInfo(java.lang.String qualifier)Methods in de.hybris.platform.persistence.polyglot.config with parameters of type TypeInfo Modifier and Type Method Description RepositoryResultItemStateRepositoryFactory. getRepository(TypeInfo typeInfo)PolyglotRepoSupportTypeDefaultRepositoryConfig. isSupportedBy(TypeInfo typeInfo)PolyglotRepoSupportTypeRepositoryConfig. isSupportedBy(TypeInfo typeInfo)
-