Uses of Interface
de.hybris.platform.persistence.polyglot.PolyglotFeature
-
-
Uses of PolyglotFeature in de.hybris.platform.persistence
Classes in de.hybris.platform.persistence that implement PolyglotFeature Modifier and Type Class Description static classPolyglotPersistenceGenericItemSupport.TransactionalRepository -
Uses of PolyglotFeature in de.hybris.platform.persistence.polyglot
Methods in de.hybris.platform.persistence.polyglot that return PolyglotFeature Modifier and Type Method Description static PolyglotFeaturePolyglotPersistence. handlingRelatedItemsFeature(ItemState state, Key attributeKey)static PolyglotFeaturePolyglotPersistence. handlingRelatedItemsFeature(ItemState state, Key attributeKey, boolean write)Methods in de.hybris.platform.persistence.polyglot with parameters of type PolyglotFeature Modifier and Type Method Description default booleanItemStateRepository. isSupported(PolyglotFeature feature) -
Uses of PolyglotFeature in de.hybris.platform.persistence.polyglot.model
Classes in de.hybris.platform.persistence.polyglot.model that implement PolyglotFeature Modifier and Type Class Description classHandlingRelatedItemsFeatureMethods in de.hybris.platform.persistence.polyglot.model that return PolyglotFeature Modifier and Type Method Description static PolyglotFeaturePolyglotModelFactory. handlingRelatedItemsFeature(ItemState state, Key attributeKey, boolean write) -
Uses of PolyglotFeature in de.hybris.platform.persistence.polyglot.uow
Methods in de.hybris.platform.persistence.polyglot.uow with parameters of type PolyglotFeature Modifier and Type Method Description booleanUnitOfWorkAwareItemStateRepository. isSupported(PolyglotFeature feautre) -
Uses of PolyglotFeature in ydocumentcartpackage.persistence.polyglot.repository.documentcart
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart with parameters of type PolyglotFeature Modifier and Type Method Description booleanInstrumentedItemStateRepository. isSupported(PolyglotFeature feature)booleanRepository. isSupported(PolyglotFeature feature)
-