Uses of Class
de.hybris.platform.persistence.polyglot.model.Key
-
-
Uses of Key in de.hybris.platform.persistence.flexiblesearch.polyglot
Methods in de.hybris.platform.persistence.flexiblesearch.polyglot with parameters of type Key Modifier and Type Method Description <T> TFlexibleSearchResultItemState. get(Key key) -
Uses of Key in de.hybris.platform.persistence.polyglot
Methods in de.hybris.platform.persistence.polyglot with type parameters of type Key Modifier and Type Method Description static <T extends Key>
TPolyglotPersistence. as(java.lang.Class<T> clazz, Key key)Methods in de.hybris.platform.persistence.polyglot with parameters of type Key Modifier and Type Method Description static <T extends Key>
TPolyglotPersistence. as(java.lang.Class<T> clazz, Key key)static PolyglotFeaturePolyglotPersistence. handlingRelatedItemsFeature(ItemState state, Key attributeKey)static booleanPolyglotPersistence.CoreAttributes. isPk(Key key)static booleanPolyglotPersistence.CoreAttributes. isType(Key key)static booleanPolyglotPersistence.CoreAttributes. isVersion(Key key) -
Uses of Key in de.hybris.platform.persistence.polyglot.model
Subclasses of Key in de.hybris.platform.persistence.polyglot.model Modifier and Type Class Description classLocalizedKeyclassNonlocalizedKeyclassSingleAttributeKeyMethods in de.hybris.platform.persistence.polyglot.model with parameters of type Key Modifier and Type Method Description static PolyglotFeaturePolyglotModelFactory. handlingRelatedItemsFeature(ItemState state, Key attributeKey) -
Uses of Key in de.hybris.platform.persistence.polyglot.view
Methods in de.hybris.platform.persistence.polyglot.view with parameters of type Key Modifier and Type Method Description <T> TItemStateView. get(Key key) -
Uses of Key in ydocumentcartpackage.persistence.polyglot.repository.documentcart
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart with parameters of type Key Modifier and Type Method Description <T> TEntity. get(Key key)java.lang.ObjectEntityCreation. get(Key key) -
Uses of Key in ydocumentcartpackage.persistence.polyglot.repository.documentcart.cart
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.cart with parameters of type Key Modifier and Type Method Description static booleanCartAttributes. isCode(Key key)static booleanCartAttributes. isGuid(Key key)static booleanCartAttributes. isOrder(Key key)
-